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