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

6 lines
108 B
Plaintext
Vendored

// REPL_MODE: false
val a = 1 // RESULT: val a: Int
a // RESULT: 1
a // RESULT: 1