formal varargs not accessible check (jls)

This commit is contained in:
Anna Kozlova
2015-08-18 12:34:40 +02:00
parent d016c911ec
commit c97ce52826
3 changed files with 52 additions and 0 deletions
@@ -167,4 +167,5 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
public void testExternalizable() { doTest(true, false); }
public void testAccessToStaticMethodsFromInterfaces() { doTest(true, false); }
public void testUncheckedExtendedWarnings() { doTest(true, false); }
public void testInaccessibleInferredTypeForVarargsArgument() { doTest(false, false);}
}