// "Remove expression" "true" class X { void test() { for (int i = 0; i < Integer.MAX_VALUE; ) { } } }