Fix tests after disabling trailing comma
#KT-34744
This commit is contained in:
@@ -3,14 +3,11 @@ internal class C {
|
||||
|
||||
fun foo2(
|
||||
p1: Int,
|
||||
p2: Int
|
||||
) {
|
||||
p2: Int) {
|
||||
}
|
||||
|
||||
fun foo3(
|
||||
p1: Int,
|
||||
p2: Int
|
||||
) {
|
||||
fun foo3(p1: Int,
|
||||
p2: Int) {
|
||||
}
|
||||
|
||||
fun foo4(
|
||||
|
||||
Reference in New Issue
Block a user