e955dcfc14
#KT-30975 Fixed
8 lines
100 B
Plaintext
Vendored
8 lines
100 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
val x = <caret>run {
|
|
use("")
|
|
}
|
|
}
|
|
|
|
fun use(s: String) {} |