3c859caf2b
Move j2k/test/tests -> j2k/tests, j2k/test/testData -> j2k/testData
3 lines
45 B
Kotlin
Vendored
3 lines
45 B
Kotlin
Vendored
val s: String? = null
|
|
if (!s!!.isEmpty()) {
|
|
} |