Fix -Xuse-mixed-named-arguments compiler arg
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(x: Int, y: Int, z: Int) {}
|
||||
|
||||
fun test() {
|
||||
foo(1, y = 2, 3)
|
||||
}
|
||||
Reference in New Issue
Block a user