5bb195df9b
#KT-22301 Fixed
10 lines
134 B
Plaintext
Vendored
10 lines
134 B
Plaintext
Vendored
// "Replace with label label@" "true"
|
|
|
|
fun run(block: () -> Unit) = block()
|
|
|
|
fun foo() {
|
|
run label@{
|
|
return@label
|
|
}
|
|
}
|