summaryrefslogtreecommitdiff
path: root/tests/testdata/repl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/repl')
-rw-r--r--tests/testdata/repl/import_type.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/repl/import_type.ts b/tests/testdata/repl/import_type.ts
index 851ebad86..0bee21747 100644
--- a/tests/testdata/repl/import_type.ts
+++ b/tests/testdata/repl/import_type.ts
@@ -1,4 +1,4 @@
-import { type B, create } from "./subdir/export_types.ts";
+import { create, type B } from "./subdir/export_types.ts";
const b: B = create();