PSI shape changed for calls like a.b()

This commit is contained in:
Andrey Breslav
2011-03-16 20:10:37 +03:00
parent 5c0e4fbaa6
commit 955faa350f
26 changed files with 1243 additions and 1184 deletions
@@ -183,6 +183,7 @@ public class ExpectedResolveData {
}
}
assertNotNull(expression.getText(), expressionType);
assertSame("At " + position + ": ", expectedTypeConstructor, expressionType.getConstructor());
}
}