FIR: forbid reporting inapplicable-likes on implicit constructors

This commit is contained in:
Mikhail Glukhikh
2021-02-18 12:55:29 +03:00
parent 34c90aab3b
commit 239a44b30c
11 changed files with 16 additions and 27 deletions
@@ -8,7 +8,7 @@ expect open class A {
}
expect class B : A {
<!EXPLICIT_DELEGATION_CALL_REQUIRED, NONE_APPLICABLE!>constructor(i: Int)<!>
<!EXPLICIT_DELEGATION_CALL_REQUIRED!>constructor(i: Int)<!>
constructor() : super("B")
}