76b06cd747
This allow to avoid some unintentional movements of caret after inserting scratch output
6 lines
204 B
Kotlin
Vendored
6 lines
204 B
Kotlin
Vendored
val a = "a".repeat(100)
|
|
a
|
|
val b = "0123456789\n".repeat(10)
|
|
b
|
|
println("0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789")
|