4477dadcd1
Stop removing (, ), {, }, + and so on.
5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
fun test() {
|
|
val vvvvv = 12
|
|
val foo = array(1, 2, 3)
|
|
foo[vvvvv<caret>]
|
|
} |