TypeScript/tests/cases/fourslash/codeFixNegativeReplaceQualifiedNameWithIndexedAccessType01.ts

12 lines
227 B
TypeScript
Raw Normal View History

2017-07-27 23:55:29 +02:00
/// <reference path='fourslash.ts' />
//// namespace Container {
//// export interface Foo {
//// bar: string;
//// }
//// }
//// const x: [|Container.Foo.bar|] = ""
verify.not.codeFixAvailable();