summaryrefslogtreecommitdiff
path: root/tests/testdata/bundle/file_tests-fixture02.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/bundle/file_tests-fixture02.ts')
-rw-r--r--tests/testdata/bundle/file_tests-fixture02.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testdata/bundle/file_tests-fixture02.ts b/tests/testdata/bundle/file_tests-fixture02.ts
new file mode 100644
index 000000000..0cd291329
--- /dev/null
+++ b/tests/testdata/bundle/file_tests-fixture02.ts
@@ -0,0 +1,4 @@
+import * as b from "./subdir/b.ts";
+
+console.log(b.b); // "b"
+console.log(b.c); // { c: "c", default: class C }