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