mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
EA-59392 (NPE: ControlFlowAnalyzer.visitPostfixExpression)
This commit is contained in:
+1
@@ -90,5 +90,6 @@ class T1 {
|
||||
++(<error descr="Variable 'i2' might not have been initialized">i2</error>);
|
||||
<error descr="Variable 'i3' might not have been initialized">i3</error> += 1;
|
||||
(i4) = 1;
|
||||
(<error descr="Expression expected">)</error>++;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user