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

4 lines
100 B
Plaintext
Vendored

val a = 1
a // RESULT: res1: kotlin.Int = 1
a // RESULT: res2: kotlin.Int = 1