mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 11:35:12 +07:00
make dfa test stronger (IDEA-CR-22962)
This commit is contained in:
@@ -5,6 +5,9 @@ interface I {
|
||||
class C {
|
||||
void foo(Object o) {
|
||||
if (o == I.CONST) return;
|
||||
unknownMethod();
|
||||
if (<warning descr="Condition 'o != I.CONST' is always 'true'">o != I.CONST</warning>) return;
|
||||
}
|
||||
|
||||
native void unknownMethod();
|
||||
}
|
||||
Reference in New Issue
Block a user