mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-30 07:53:45 +07:00
6bd95c28cc
GitOrigin-RevId: 93f5b6e974986efb0de86566875d77dc821ffea5
8 lines
115 B
Java
8 lines
115 B
Java
// "Remove expression" "true"
|
|
class X {
|
|
void test() {
|
|
for (int i = 0; i < Integer.MAX_VALUE; ) {
|
|
|
|
}
|
|
}
|
|
} |