[FIR] Fix incorrect diagnostic behaviour + several enum diagnostics
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@ expect open class A {
|
||||
}
|
||||
|
||||
expect class B : A {
|
||||
<!NONE_APPLICABLE!>constructor(i: Int)<!>
|
||||
<!EXPLICIT_DELEGATION_CALL_REQUIRED, NONE_APPLICABLE!>constructor(i: Int)<!>
|
||||
|
||||
constructor() : super("B")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user