EA-59392 (NPE: ControlFlowAnalyzer.visitPostfixExpression)

This commit is contained in:
Bas Leijdekkers
2014-08-14 22:38:57 +02:00
parent b6d14a7514
commit e65ecdae08
2 changed files with 10 additions and 7 deletions
@@ -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>++;
}
}