Files
kotlin-fork/j2k/tests/testData/ast/prefixOperator/nullableIf.ide.kt
T

3 lines
34 B
Kotlin

val s = null
if (!s.isEmpty()) {
}