Files
kotlin-fork/idea/testData/resolve/partialBodyResolve/IfNullPrint.dump
T
2014-11-24 20:11:29 +03:00

7 lines
205 B
Plaintext

Resolve target: value-parameter val p: kotlin.Any?
----------------------------------------------
fun foo(p: Any?) {
/* STATEMENT DELETED: if (p == null) { print("null") } */
<caret>p.hashCode()
}