accept raw substitutors during diamonds inference (IDEA-124836)

This commit is contained in:
Anna Kozlova
2014-05-07 15:35:58 +04:00
parent 7e86caa1d4
commit d83af543fc
3 changed files with 12 additions and 0 deletions
@@ -101,6 +101,7 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
public void testMultipleConstructors() { doTest(false, false); }
public void testHighlightInaccessibleFromClassModifierList() { doTest(false, false); }
public void testInnerInTypeArguments() { doTest(false, false); }
public void testRawSubstitutor() { doTest(false, false); }
public void testIncompleteDiamonds() throws Exception {
doTest(false, false);