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

7 lines
202 B
Plaintext

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