Configuration: move scratch tests to separate module
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// REPL_MODE: false
|
||||
|
||||
val a: Int? = 1 // RESULT: val a: Int?
|
||||
kotlin.test.assertNotNull(1) // RESULT: 1
|
||||
Reference in New Issue
Block a user