Fix tests after disabling trailing comma
#KT-34744
This commit is contained in:
+1
-2
@@ -8,8 +8,7 @@ interface X {
|
||||
fun newFun(x: X, a: Int, b: Int){}
|
||||
|
||||
fun foo(x: X) {
|
||||
newFun(
|
||||
x/*receiver*/, 1, // pass 1
|
||||
newFun(x/*receiver*/, 1, // pass 1
|
||||
2 // pass 2
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user