blob: 4db86d61e6bf06d929265a3821afa3429035722c [file] [log] [blame]
public class PolyCrash {
void test1(Integer integer) {
++integer;
}
}