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

8 lines
231 B
Kotlin

// REPL_MODE: ~REPL_MODE~
val a = "a".repeat(100)
a
val b = "0123456789\n".repeat(10)
b
println("0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789")