Files
kotlin-fork/idea/testData/inspectionsLocal/whenWithOnlyElse/subjectVariable/blockElse/noReference2.kt.after
T

9 lines
89 B
Plaintext
Vendored

// WITH_RUNTIME
fun test() {
use("")
foo()
}
fun use(s: String) {}
fun foo() {}