mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +07:00
gen L op always
This commit is contained in:
+5
-5
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user