Convert Object Literal to Lambda Intention: Move lambda out of parentheses when possible. Fix after-template

#KT-10778 Fixed
This commit is contained in:
Alexey Sedunov
2016-01-27 16:06:38 +03:00
parent 1c65797950
commit 26c47cda47
11 changed files with 84 additions and 29 deletions
@@ -0,0 +1,7 @@
package source;
public class J {
static void foo(Runnable r, int n) {
}
}