JS: replace noImpl with definedExternally in tests
This commit is contained in:
@@ -9,7 +9,7 @@ internal class B {
|
||||
}
|
||||
|
||||
|
||||
internal external fun nativeBox(b: B): String = noImpl
|
||||
internal external fun nativeBox(b: B): String = definedExternally
|
||||
|
||||
fun box(): String {
|
||||
val r = nativeBox(B())
|
||||
|
||||
Reference in New Issue
Block a user