EA-45389 - assert: SimplifyBooleanExpressionFix$ExpressionVisitor.visitPolyadicExpression

This commit is contained in:
anna
2013-04-02 20:08:51 +02:00
parent d8dd961de3
commit b75d4c139f
2 changed files with 7 additions and 1 deletions
@@ -0,0 +1,7 @@
// "Simplify boolean expression" "false"
class A {
{
String a = "", b= "", c = "";
boolean bb = a + + b <caret>== c;
}
}