Files
kotlin-fork/idea/testData/scratch/veryLongOutput.kts
T

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")