TypeScript/tests/cases/fourslash/codeFixReplaceQualifiedNameWithIndexedAccessType01.ts

9 lines
174 B
TypeScript

/// <reference path='fourslash.ts' />
//// export interface Foo {
//// bar: string;
//// }
//// const x: [|Foo.bar|] = ""
verify.rangeAfterCodeFix(`Foo["bar"]`);