0c49b91098
For KT-4049 When completing a function that takes a lambda and immediately typing '{', swallow the '{'
#KT-4049 Fixed
5 lines
63 B
Kotlin
5 lines
63 B
Kotlin
fun some(f: () -> Unit) { f() }
|
|
|
|
fun test() {
|
|
some<caret>
|
|
} |