mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 11:36:16 +07:00
8 lines
212 B
Java
8 lines
212 B
Java
class Test {
|
|
|
|
public static void test() {
|
|
while ((<warning descr="Condition is always false">fa<caret>lse</warning>)) {
|
|
<error descr="Unreachable statement">System.out.println();</error>
|
|
}
|
|
}
|
|
} |