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

6 lines
245 B
Plaintext
Vendored

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