mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
fix(56376): import type from from "foo" (#56385)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// @Filename: /a.ts
|
||||
export default class A {}
|
||||
|
||||
// @Filename: /b.ts
|
||||
import type from from './a';
|
||||
Reference in New Issue
Block a user