Fix tests after disabling trailing comma
#KT-34744
This commit is contained in:
@@ -3,6 +3,5 @@ fun baz(name: String, f: (Int) -> String) {}
|
||||
fun test() {
|
||||
baz(name = "", f = fun(it: Int): String {
|
||||
return "$it"
|
||||
}
|
||||
)
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user