mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
PseudoFunctionStyleMethodInspection: removed transformation of lambda generating function, fixed most of type parameters issues
This commit is contained in:
@@ -13,7 +13,7 @@ class c {
|
||||
System.out.println(input);
|
||||
//do something
|
||||
int i = 1;
|
||||
return input;
|
||||
return input.intern();
|
||||
}
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user