Configuration: move scratch tests to separate module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// REPL_MODE: ~REPL_MODE~
|
||||
|
||||
foo.forEach {
|
||||
1 + 1
|
||||
}
|
||||
|
||||
fun goo(a: String) {
|
||||
super.goo(a)
|
||||
}
|
||||
Reference in New Issue
Block a user