new inference: use policy to pass that params should be lifted without Object assignment

(cherry picked from commit ba466100e201658701fa056c1a3641a42abb2d8d)
This commit is contained in:
anna
2013-11-25 16:47:44 +01:00
parent 628e05bda7
commit d7e914bfd3
7 changed files with 77 additions and 45 deletions
@@ -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 {
@@ -89,7 +89,7 @@ public class MethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void _testExactReferencesToArrayCreation() {
public void testExactReferencesToArrayCreation() {
doTest();
}