mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
accept raw substitutors during diamonds inference (IDEA-124836)
This commit is contained in:
+1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user