Configuration: move scratch tests to separate module
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// REPL_MODE: ~REPL_MODE~
|
||||
|
||||
val a = "a".repeat(100)
|
||||
a
|
||||
val b = "0123456789\n".repeat(10)
|
||||
b
|
||||
println("0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789")
|
||||
Reference in New Issue
Block a user