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