import java.lang.Integer; import java.lang.Boolean; class Bug122 { void main() { if (true) { for (Integer i = 0; i < 10; i++) { } } } }