dfa: report always zero references only in division (IDEA-167708)

This commit is contained in:
peter
2017-02-06 18:43:13 +01:00
parent 41f8c16b74
commit b97defb6e2
4 changed files with 47 additions and 6 deletions
@@ -24,4 +24,12 @@ class Test {
}
}
void println(int i) {}
void testZero(int b) {
if (b == 0) {
println(b);
}
}
}
@@ -24,4 +24,12 @@ class Test {
}
}
void println(int i) {}
void testZero(int b) {
if (b == 0) {
println(b);
}
}
}