JS: replace noImpl with definedExternally in tests
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
}
|
||||
|
||||
@native class A(x: String) : I {
|
||||
override fun foo(): String = noImpl
|
||||
override fun foo(): String = definedExternally
|
||||
}
|
||||
|
||||
fun createObject(): Any = A("OK")
|
||||
|
||||
Reference in New Issue
Block a user