4477dadcd1
Stop removing (, ), {, }, + and so on.
6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
fun foo(f: (Int) -> Unit) = 12
|
|
|
|
fun test() {
|
|
val vvvvv = 12
|
|
foo {vvvvv<caret>}
|
|
} |