Files
kotlin-fork/idea/scripting-support/testData/scratch/libraryDepWithKotlinTest.repl.after
T
2019-10-08 15:02:32 +03:00

4 lines
99 B
Plaintext
Vendored

// REPL_MODE: true
val a: Int? = 1
kotlin.test.assertNotNull(1) // RESULT: res1: kotlin.Int = 1