Files
openide/plugins/kotlin/scripting-support/testData/scratch/spacesAtLineStart.comp.after
Natalia Selezneva ef811c9c69 Configuration: move scratch tests to separate module
GitOrigin-RevId: b169ff2eeb14693bbce4a547e8e974d41a4196a7
2019-10-08 15:02:32 +03:00

6 lines
108 B
Plaintext

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