Fix tests after implementing trailing comma in formatter
#KT-34744
This commit is contained in:
+6
-4
@@ -1,7 +1,9 @@
|
||||
fun main() {
|
||||
J().foo(object : J.Sam {
|
||||
override fun bar() {
|
||||
J().foo(
|
||||
object : J.Sam {
|
||||
override fun bar() {
|
||||
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user