summaryrefslogtreecommitdiff
path: root/tests/testdata/bundle/file_tests-fixture07.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/bundle/file_tests-fixture07.ts')
-rw-r--r--tests/testdata/bundle/file_tests-fixture07.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testdata/bundle/file_tests-fixture07.ts b/tests/testdata/bundle/file_tests-fixture07.ts
new file mode 100644
index 000000000..0475a6c53
--- /dev/null
+++ b/tests/testdata/bundle/file_tests-fixture07.ts
@@ -0,0 +1,4 @@
+import { G } from "./subdir/g.ts";
+import { H } from "./subdir/h.ts";
+
+console.log(new G(true), new H(true));