Configuration: move scratch tests to separate module
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// REPL_MODE: false
|
||||
|
||||
fun foo(): Int { // RESULT: fun foo(): Int
|
||||
return 1
|
||||
}
|
||||
|
||||
foo() // RESULT: 1
|
||||
Reference in New Issue
Block a user