TypeScript/tests/cases/fourslash/referencesForStringLiteralPropertyNames2.ts
Sheetal Nandi 34624a0587 More Tests
2019-06-04 12:05:41 -07:00

11 lines
320 B
TypeScript

/// <reference path='fourslash.ts'/>
////class Foo {
//// [|"[|{| "isWriteAccess": true, "isDefinition": true, "declarationRangeIndex": 0 |}blah|]"() { return 0; }|]
////}
////
////var x: Foo;
////x.[|blah|];
verify.singleReferenceGroup('(method) Foo["blah"](): number', test.rangesByText().get("blah"));