11a3482970
#KT-38632 Fixed
7 lines
100 B
Plaintext
Vendored
7 lines
100 B
Plaintext
Vendored
// "Create label foo@" "true"
|
|
|
|
fun test() {
|
|
foo@ while (true) {
|
|
break@<caret>foo
|
|
}
|
|
} |