JS: allow to omit delegated constructor call for external classes in common FE. Prohibit delegated constructor call for external classes in JS FE.
This commit is contained in:
@@ -6,7 +6,7 @@ external open class A {
|
||||
fun foo(): String
|
||||
}
|
||||
|
||||
external open class B : A() {
|
||||
external open class B : A {
|
||||
fun bar(): String
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user