Fix tests after implementing trailing comma in formatter
#KT-34744
This commit is contained in:
@@ -2,7 +2,9 @@ class Foo
|
||||
fun bar(f: Foo.() -> Unit) {}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
bar(fun Foo.() {
|
||||
bar(
|
||||
fun Foo.() {
|
||||
|
||||
})
|
||||
}
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user