new inference: method constructor array reference processing

(cherry picked from commit dbc986aab8519ee3c93f39f04c31cbae0bfd2657)
This commit is contained in:
anna
2013-11-25 16:47:45 +01:00
parent d7e914bfd3
commit 3c3f917c1e
2 changed files with 15 additions and 4 deletions
@@ -74,6 +74,10 @@ public class NewMethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest(false);
}
public void testAfterSliceOps() throws Exception {
doTest(false);
}
private void doTest() {
doTest(false);
}