PseudoFunctionStyleMethodInspection: removed transformation of lambda generating function, fixed most of type parameters issues

This commit is contained in:
Dmitry Batkovich
2015-07-02 17:09:55 +03:00
parent 4e892c58a2
commit 526af6f1c1
9 changed files with 76 additions and 102 deletions
@@ -13,7 +13,7 @@ class c {
System.out.println(input);
//do something
int i = 1;
return input;
return input.intern();
}
});
}