mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Handle undefined import name
This commit is contained in:
@@ -7,5 +7,8 @@
|
||||
////import [|{| "isWriteAccess": true, "isDefinition": true |}g|] from "./a";
|
||||
/////*ref*/[|g|]();
|
||||
|
||||
// @Filename: c.ts
|
||||
////import { f } from "./a";
|
||||
|
||||
verify.singleReferenceGroup("function f(): void");
|
||||
verify.goToDefinition("ref", "def");
|
||||
|
||||
Reference in New Issue
Block a user