Substring long scratch output with new lines

^KT-24016 Fixed
This commit is contained in:
Natalia Selezneva
2018-05-16 14:58:54 +03:00
parent 94bb19c765
commit 5a7b58c615
7 changed files with 52 additions and 23 deletions
+3 -1
View File
@@ -1,2 +1,4 @@
val a = "a".repeat(100)
a
a
val b = "0123456789\n".repeat(10)
b