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

2 lines
44 B
Kotlin
Vendored

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