Don't create empty parentheses when lambda is the only argument
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// IS_APPLICABLE: true
|
||||
fun foo() {
|
||||
bar() { it }
|
||||
bar { it }
|
||||
}
|
||||
|
||||
fun bar(a: Int, b: Int->Int) {
|
||||
|
||||
Reference in New Issue
Block a user