Files
kotlin-fork/idea/testData/scratch/var.kts
T

5 lines
42 B
Kotlin
Vendored

// REPL_MODE: ~REPL_MODE~
var a = 1
a++
a