mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 20:51:43 -06:00
Fix test failure (#25199)
This commit is contained in:
parent
9aa60f27eb
commit
8923a01481
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user