summaryrefslogtreecommitdiff
path: root/java/java-tests/testSrc/com/intellij/codeInsight/daemon/AdvHighlightingJdk7Test.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/java-tests/testSrc/com/intellij/codeInsight/daemon/AdvHighlightingJdk7Test.java')
-rw-r--r--java/java-tests/testSrc/com/intellij/codeInsight/daemon/AdvHighlightingJdk7Test.java24
1 files changed, 24 insertions, 0 deletions
diff --git a/java/java-tests/testSrc/com/intellij/codeInsight/daemon/AdvHighlightingJdk7Test.java b/java/java-tests/testSrc/com/intellij/codeInsight/daemon/AdvHighlightingJdk7Test.java
index b35c8ff68061..dcac1068a631 100644
--- a/java/java-tests/testSrc/com/intellij/codeInsight/daemon/AdvHighlightingJdk7Test.java
+++ b/java/java-tests/testSrc/com/intellij/codeInsight/daemon/AdvHighlightingJdk7Test.java
@@ -199,7 +199,31 @@ public class AdvHighlightingJdk7Test extends DaemonAnalyzerTestCase {
doTestAmbiguous();
}
+ public void testAmbiguousIDEA67864() throws Exception {
+ doTestAmbiguous();
+ }
+
+ public void testAmbiguousIDEA67836() throws Exception {
+ doTestAmbiguous();
+ }
+
+ public void testAmbiguousIDEA67576() throws Exception {
+ doTestAmbiguous();
+ }
+
+ public void testAmbiguousIDEA67519() throws Exception {
+ doTestAmbiguous();
+ }
+
+ public void testAmbiguousIDEA57569() throws Exception {
+ doTestAmbiguous();
+ }
+
public void testAmbiguousMethodsFromSameClassAccess() throws Exception {
doTestAmbiguous();
}
+
+ public void testAmbiguousIDEA57633() throws Exception {
+ doTestAmbiguous();
+ }
}