mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
new inference: use policy to pass that params should be lifted without Object assignment
(cherry picked from commit ba466100e201658701fa056c1a3641a42abb2d8d)
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ public class Diamond8HighlightingTest extends LightDaemonAnalyzerTestCase {
|
||||
@NonNls static final String BASE_PATH = "/codeInsight/daemonCodeAnalyzer/lambda/diamond";
|
||||
|
||||
public void testIDEA97294() throws Exception {
|
||||
//todo doTest();
|
||||
doTest();
|
||||
}
|
||||
|
||||
private void doTest() throws Exception {
|
||||
|
||||
+1
-1
@@ -89,7 +89,7 @@ public class MethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void _testExactReferencesToArrayCreation() {
|
||||
public void testExactReferencesToArrayCreation() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user