summaryrefslogtreecommitdiff
path: root/java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/NewMethodRefHighlightingTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/NewMethodRefHighlightingTest.java')
-rw-r--r--java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/NewMethodRefHighlightingTest.java40
1 files changed, 40 insertions, 0 deletions
diff --git a/java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/NewMethodRefHighlightingTest.java b/java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/NewMethodRefHighlightingTest.java
index f18ae823c7ff..54ee87c1af8b 100644
--- a/java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/NewMethodRefHighlightingTest.java
+++ b/java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/NewMethodRefHighlightingTest.java
@@ -197,6 +197,46 @@ public class NewMethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
+ public void testIDEA122100() throws Exception {
+ doTest();
+ }
+
+ public void testIDEA122509() throws Exception {
+ doTest();
+ }
+
+ public void testIDEA122681() throws Exception {
+ doTest();
+ }
+
+ public void testIDEA112191() throws Exception {
+ doTest();
+ }
+
+ public void testIDEA122018comment() throws Exception {
+ doTest();
+ }
+
+ public void testIDEA123223() throws Exception {
+ doTest();
+ }
+
+ public void testIDEA123248() throws Exception {
+ doTest();
+ }
+
+ public void testIDEA123366() throws Exception {
+ doTest();
+ }
+
+ public void testIDEA123366comment() throws Exception {
+ doTest();
+ }
+
+ public void testFromReferenceWithTypeArgs() throws Exception {
+ doTest();
+ }
+
private void doTest() {
doTest(false);
}