TypeScript/tests/cases/fourslash/codeFixNegativeReplaceQualifiedNameWithIndexedAccessType01.ts
2017-07-27 14:55:29 -07:00

12 lines
227 B
TypeScript

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