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