mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
PseudoFunctionStyleMethodInspection: removed transformation of lambda generating function, fixed most of type parameters issues
This commit is contained in:
+2
-2
@@ -96,11 +96,11 @@ public class StaticPseudoFunctionalStyleMethodTest extends JavaCodeInsightFixtur
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void _testTransformLambda() {
|
||||
public void testTransformLambda() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void _testTransformMethodCalling() {
|
||||
public void testTransformMethodCalling() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user