ca92ec0b7b
So #KT-15075 Fixed
10 lines
85 B
Plaintext
Vendored
10 lines
85 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun bar() {}
|
|
|
|
fun foo() {
|
|
run {
|
|
->
|
|
bar()
|
|
}
|
|
} |