From 828c5ccb585209f4f7a6f1de84a69d53f76b9081 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 23 Sep 2024 11:13:23 +0200 Subject: ifs and imports --- test/test_import.test | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/test_import.test (limited to 'test/test_import.test') diff --git a/test/test_import.test b/test/test_import.test new file mode 100644 index 0000000..99b3a08 --- /dev/null +++ b/test/test_import.test @@ -0,0 +1,4 @@ +const exported: string = "I am exported" +const exported_function: function = (): string { + return "I am also exported!" +} -- cgit v1.2.3