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

4 lines
120 B
Plaintext
Vendored

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