KT-2242 formatting problems: function literal passed outside the parentheses
#KT-2242 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun test(some: (Int) -> Int) {
|
||||
}
|
||||
|
||||
fun foo() = test() {a -> if (true) { a } else { 1 }}
|
||||
Reference in New Issue
Block a user