mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 07:32:21 +07:00
GitOrigin-RevId: 40fc7d00d6bcc4792dc097dde63dd40d08864068
9 lines
305 B
Java
9 lines
305 B
Java
class Test {
|
|
|
|
public static void test() {
|
|
for(int i = <error descr="Cannot resolve method 'launchMissiles' in 'Test'">launchMissiles</error>(); (<warning descr="Condition is always false">fa<caret>lse</warning>);) {
|
|
System.out.println("Hello");
|
|
}
|
|
int i = 1;
|
|
}
|
|
} |