EA-31560 - IOE: PsiJavaParserFacadeImpl.createExpressionFromText

This commit is contained in:
anna
2011-11-10 19:07:21 +01:00
parent af72450afa
commit ac9fe766c4
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
// "Simplify boolean expression" "false"
class X {
void f(int a, int b, int c) {
if ( b - a == b - c - <caret>== b) return;
}
}