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