JS: update backend tests to respect new front-end rules for external declarations
This commit is contained in:
@@ -7,7 +7,7 @@ class A(val x: Int) {
|
||||
}
|
||||
|
||||
external class B(x: Int) {
|
||||
constructor(a: Int, b: Int) : this(0) {}
|
||||
constructor(a: Int, b: Int) : this(0) { noImpl }
|
||||
|
||||
val x: Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user