TypeScript/tests/cases/fourslash/findAllRefsForStringLiteralTypes.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

7 lines
228 B
TypeScript

/// <reference path='fourslash.ts'/>
////type Options = "[|{| "isInString": true |}option 1|]" | "option 2";
////let myOption: Options = "[|{| "isInString": true |}option 1|]";
verify.singleReferenceGroup('"option 1"');