TypeScript/tests/cases/fourslash/referencesForLabel4.ts
2019-06-13 12:41:21 -07:00

12 lines
320 B
TypeScript

/// <reference path='fourslash.ts'/>
// References to a label outside function bounderies
////[|[|{| "contextRangeIndex": 0 |}label|]: function foo(label) {
//// while (true) {
//// [|break [|{| "contextRangeIndex": 2 |}label|];|]
//// }
////}|]
verify.singleReferenceGroup("label", "label");