Resolve target: value-parameter p: kotlin.Int ---------------------------------------------- fun foo(p: Int) { /* STATEMENT DELETED: x() */ if (y()) { print(p) } /* STATEMENT DELETED: z() */ }