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