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