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