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

8 lines
231 B
Kotlin
Vendored

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