TypeScript/tests/cases/fourslash/referencesForIndexProperty2.ts
Zhengbo Li 5040e1d279 Mark occurence item in string with a special property (#14677)
* mark occurence item in string with a special property

* Adding trailing commas
2017-03-16 11:01:48 -07:00

9 lines
183 B
TypeScript

/// <reference path='fourslash.ts'/>
// References to a unknown index property
////var a;
////a["[|{| "isInString": true |}blah|]"];
verify.singleReferenceGroup('"blah"');