Fix test data for -Xuse-mixed-named-arguments
Remove incorrect jar clash warning and avoid unrelated unused parameter warnings
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
fun foo(x: Int, y: Int, z: Int) {}
|
||||
fun foo(x: Int, y: Int, z: Int): Int = x + y + z
|
||||
|
||||
fun test() {
|
||||
foo(1, y = 2, 3)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user