[FIR] Don't require delegated constructor calls for expect constructors
#KT-59640 Fixed
This commit is contained in:
committed by
Space Team
parent
028921ade1
commit
c7ae3c75db
Vendored
+1
-1
@@ -7,7 +7,7 @@ expect open class A {
|
||||
}
|
||||
|
||||
expect class B : A {
|
||||
<!EXPLICIT_DELEGATION_CALL_REQUIRED!>constructor(i: Int)<!>
|
||||
constructor(i: Int)
|
||||
|
||||
constructor() : super("B")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user