blob: 5329a2d84242886972684030d31cabb2e1a0f992 [file] [log] [blame]
// "Create label foo@" "true"
fun test() {
foo@ while (true) {
<caret>continue@foo
}
}