From 9960b1d22b474d87d03855e2aefd8c552ce02e58 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 27 Aug 2018 19:32:12 -0700 Subject: Add duplicate import test --- tests/subdir/auto_print_hello.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/subdir/auto_print_hello.ts (limited to 'tests/subdir') diff --git a/tests/subdir/auto_print_hello.ts b/tests/subdir/auto_print_hello.ts new file mode 100644 index 000000000..a00040281 --- /dev/null +++ b/tests/subdir/auto_print_hello.ts @@ -0,0 +1,2 @@ +console.log("hello!"); +export = {}; -- cgit v1.2.3