Resolve target: null ---------------------------------------------- fun foo(p: Any?, c: Collection) { /* STATEMENT DELETED: for (e in c) { print(p!!) } */ xxx }