Files
kotlin-fork/idea/scripting-support/testData/scratch/var.repl.after
T
2019-10-08 15:02:32 +03:00

5 lines
119 B
Plaintext
Vendored

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