Files
kotlin-fork/idea/testData/resolve/partialBodyResolve/IfBranchesAutoCasts.dump
T

8 lines
181 B
Plaintext
Vendored

Resolve target: null
----------------------------------------------
fun foo(p: Any?, p1: Any?) {
/* STATEMENT DELETED: if (x()) { y(p!!) } else { z(p1!!) } */
<caret>xxx
}