static class Abstract{ abstract test(){ i; i=0; } final test2(){ b; b = true; b = false; } }