mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Fix test failure (#25199)
This commit is contained in:
@@ -29,7 +29,8 @@ edit.applyRefactor({
|
||||
`import { f } from "./a";
|
||||
import { f } from "./a";
|
||||
import { f as g } from "./a";
|
||||
import f, * as a from "./a"; // TODO: GH#24875
|
||||
import, * as a from "./a"; // TODO: GH#24875
|
||||
import { f } from "./a";
|
||||
|
||||
export { f as default } from "./a";
|
||||
export { f } from "./a";
|
||||
|
||||
Reference in New Issue
Block a user