Configuration: move scratch tests to separate module
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// REPL_MODE: true
|
||||
|
||||
var a = 1
|
||||
a++ // RESULT: res1: kotlin.Int = 1
|
||||
a // RESULT: res2: kotlin.Int = 2
|
||||
Reference in New Issue
Block a user