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

2 lines
99 B
Plaintext
Vendored

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