1 2 3 4 5 6 7 8 9 10 11
|
// === documentHighlights ===
// === /tests/cases/fourslash/getOccurrencesStringLiteralTypes.ts ===
// function foo(a: "/*HIGHLIGHTS*/[|{| kind: "reference", isInString: true |}option 1|]") { }
// foo("[|{| kind: "reference", isInString: true |}option 1|]");
// === documentHighlights ===
// === /tests/cases/fourslash/getOccurrencesStringLiteralTypes.ts ===
// function foo(a: "[|{| kind: "reference", isInString: true |}option 1|]") { }
// foo("/*HIGHLIGHTS*/[|{| kind: "reference", isInString: true |}option 1|]");
|