TrailingCommaPostFormatProcessor: should be completed in one round
#KT-34744
This commit is contained in:
+5
@@ -21,6 +21,11 @@ fun main() {
|
||||
10
|
||||
}
|
||||
|
||||
val x: (y: Comparable<Comparable<Number>>, z: Iterable<Iterable<Number>>,
|
||||
) -> Int = {
|
||||
10
|
||||
}
|
||||
|
||||
val x: (y: Comparable<Comparable<Number>>) -> Int = {
|
||||
10
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user