5889971d62
#KT-7720 Fixed
5 lines
88 B
Kotlin
Vendored
5 lines
88 B
Kotlin
Vendored
fun foo(f: () -> Int) { }
|
|
|
|
fun test() {
|
|
foo { (<selection>1 + 2</selection>) * 3 }
|
|
} |