Fix tests after disabling trailing comma
#KT-34744
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
fun main() {
|
||||
Test().foo(
|
||||
fun(it: Int) {
|
||||
Test().foo(fun(it: Int) {
|
||||
|
||||
}
|
||||
)
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user