fix(56376): import type from from "foo" (#56385)

This commit is contained in:
Oleksandr T
2023-11-14 00:43:24 +02:00
committed by GitHub
parent 9f15002959
commit 628bf0ec85
5 changed files with 52 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
// @Filename: /a.ts
export default class A {}
// @Filename: /b.ts
import type from from './a';