Fix tests after implementing trailing comma in formatter
#KT-34744
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
fun test() {
|
||||
Foo.Bar().bar({
|
||||
true
|
||||
})
|
||||
Foo.Bar().bar(
|
||||
{
|
||||
true
|
||||
}
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user