23ec8f0813
#KT-8855 Fixed
9 lines
137 B
Plaintext
Vendored
9 lines
137 B
Plaintext
Vendored
// "Create label foo@" "true"
|
|
|
|
fun test() {
|
|
foo@ while (true) {
|
|
while (true) {
|
|
<caret> break@foo
|
|
}
|
|
}
|
|
} |