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