Change Signature: Do not process calls with unmatched arguments/parameters
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// DISABLE-ERRORS
|
||||
|
||||
fun foo(x: Int, i: Int) {
|
||||
foo(, 4);
|
||||
foo();
|
||||
foo(1, 4);
|
||||
foo(1, 4);
|
||||
foo(2, 4);
|
||||
foo(2, 3, sdsd);
|
||||
}
|
||||
Reference in New Issue
Block a user