Files
kotlin-fork/idea/testData/scratch/libraryDepWithKotlinTest.repl.after
T
2019-04-04 11:06:14 +03:00

2 lines
79 B
Plaintext
Vendored

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