Resolve target: value-parameter val p: kotlin.Any? ---------------------------------------------- fun foo(p: Any?) { do { print(p!!) } while (x()) p.hashCode() }