fun foo(p: Any?) { if (p == null) { print("null") } p.hashCode() }