Files
kotlin-fork/idea/testData/scratch/var.repl.after
T

3 lines
99 B
Plaintext
Vendored

var a = 1
a++ // RESULT: res1: kotlin.Int = 1
a // RESULT: res2: kotlin.Int = 2