FIR: don't report PRIMARY_CONSTRUCTOR_DELEGATION_CALL_EXPECTED in exp.cl.

#KT-51761 Fixed
This commit is contained in:
Mikhail Glukhikh
2022-03-30 18:21:50 +03:00
parent aaebb7a30e
commit d01e6b61a3
6 changed files with 6 additions and 39 deletions
@@ -7,7 +7,7 @@ expect open class ExpectBase(v: String)
expect class ExpectDerived(v: String) : ExpectBase
expect open class IOException(message: String, cause: Throwable?) {
<!PRIMARY_CONSTRUCTOR_DELEGATION_CALL_EXPECTED!>constructor(message: String)<!>
constructor(message: String)
}
expect class EOFException(message: String) : IOException