summaryrefslogtreecommitdiff
path: root/tests/testdata/bundle/file_tests-fixture12.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/bundle/file_tests-fixture12.ts')
-rw-r--r--tests/testdata/bundle/file_tests-fixture12.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/testdata/bundle/file_tests-fixture12.ts b/tests/testdata/bundle/file_tests-fixture12.ts
new file mode 100644
index 000000000..32b9566bd
--- /dev/null
+++ b/tests/testdata/bundle/file_tests-fixture12.ts
@@ -0,0 +1,7 @@
+import { a } from "./subdir/p.ts";
+
+function b() {
+ a();
+}
+
+b();