Fix AE in scratch for long lines

^KT-24638 Fixed
This commit is contained in:
Natalia Selezneva
2018-05-31 12:25:41 +03:00
parent ccacf1bd23
commit 62929ba6f5
4 changed files with 18 additions and 10 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
val a = "a".repeat(100)
a
val b = "0123456789\n".repeat(10)
b
b
println("0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789")