mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 11:00:04 +07:00
dfa: report always zero references only in division (IDEA-167708)
This commit is contained in:
@@ -24,4 +24,12 @@ class Test {
|
||||
}
|
||||
}
|
||||
|
||||
void println(int i) {}
|
||||
|
||||
void testZero(int b) {
|
||||
if (b == 0) {
|
||||
println(b);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
+8
@@ -24,4 +24,12 @@ class Test {
|
||||
}
|
||||
}
|
||||
|
||||
void println(int i) {}
|
||||
|
||||
void testZero(int b) {
|
||||
if (b == 0) {
|
||||
println(b);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user