mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
Add test case for code fixes on qualified names used instead of indexed access types.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
//// export interface Foo {
|
||||
//// bar: string;
|
||||
//// }
|
||||
//// const x: [|Foo.bar|] = ""
|
||||
|
||||
verify.rangeAfterCodeFix(`Foo["bar"]`);
|
||||
Reference in New Issue
Block a user