gen L op always

This commit is contained in:
Alexey Kudravtsev
2011-06-27 13:10:50 +04:00
parent 6503f525f0
commit 0293b1da72
2 changed files with 18 additions and 20 deletions
@@ -328,11 +328,11 @@ public class a {
}
}
void cfx3() {
boolean b;
boolean c;// = true;
if (c && false) {
c = b;
}
boolean b;
boolean c;// = true;
if (<error descr="Variable 'c' might not have been initialized">c</error> && false) {
c = b;
}
}
void cfx4()
{