Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/extendedCheckers/UselessCallOnNotNullChecker/NullOrEmpty.fir.txt
T

6 lines
237 B
Plaintext
Vendored

FILE: NullOrEmpty.kt
public final val s: R|kotlin/String| = String()
public get(): R|kotlin/String|
public final val empty: R|kotlin/Boolean| = R|/s|.R|kotlin/text/isNullOrEmpty|()
public get(): R|kotlin/Boolean|