JS: update backend tests to respect new front-end rules for external declarations
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
external open class A {
|
||||
open fun f(x: Int) = "number"
|
||||
open fun f(x: Int): String = noImpl
|
||||
|
||||
open fun f(x: String) = "string"
|
||||
open fun f(x: String): String = noImpl
|
||||
}
|
||||
|
||||
class B : A() {
|
||||
|
||||
Reference in New Issue
Block a user