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