df28d34f0f
#KT-9014 Fixed
7 lines
113 B
Kotlin
Vendored
7 lines
113 B
Kotlin
Vendored
fun run(f: () -> Unit) = 1
|
|
fun test() {
|
|
run {
|
|
// test
|
|
<selection> <caret>1
|
|
</selection> }
|
|
} |