mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 21:15:58 +07:00
7 lines
165 B
Java
7 lines
165 B
Java
class Test {
|
|
private void test() {
|
|
foo.MyEnum s = foo.MyEnum.FOO;
|
|
System.out.println(<caret><warning descr="Value 's' is always 'FOO'">s</warning>);
|
|
}
|
|
|
|
} |