ca92ec0b7b
So #KT-15075 Fixed
9 lines
81 B
Kotlin
Vendored
9 lines
81 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun bar() {}
|
|
|
|
fun foo() {
|
|
run <caret>{
|
|
bar()
|
|
}
|
|
} |