4477dadcd1
Stop removing (, ), {, }, + and so on.
7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
fun foo(a: Int) {
|
|
}
|
|
|
|
fun test() {
|
|
val vvvvv = 12
|
|
foo(vvvvv<caret>)
|
|
} |