public class PolyCrash {
    void test1(Integer integer) {
        ++integer;
    }
}
