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