Change Signature: Do not process calls with unmatched arguments/parameters
This commit is contained in:
@@ -5,7 +5,7 @@ open class Base() {
|
||||
val y = Base();
|
||||
|
||||
fun f() {
|
||||
val base = Base();
|
||||
val base = Base(1, 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user