constant expressions check: discard polyadic expressions of non-primitive/Strings types (IDEA-104347)

This commit is contained in:
anna
2013-04-03 10:52:04 +02:00
parent 25f1fa203f
commit c14be903d9
3 changed files with 28 additions and 0 deletions
@@ -172,4 +172,5 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
public void testAmbiguousMethodCallIDEA100314() { doTest(false, false); }
public void testInstanceMemberNotAccessibleInStaticContext() { doTest(false, false); }
public void testRejectedTypeParamsForConstructor() { doTest(false, false); }
public void testAnnotationArgs() throws Exception { doTest(false, false);}
}