FIR: don't report PRIMARY_CONSTRUCTOR_DELEGATION_CALL_EXPECTED in exp.cl.
#KT-51761 Fixed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user