Change Signature: Skip secondary constructor calls when looking for primary constructor usages
#KT-7445 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
void test() {
|
||||
new C("");
|
||||
new C("2", "1");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user