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