JS: replace noImpl with definedExternally in tests
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
package foo
|
||||
|
||||
@JsModule("lib")
|
||||
external fun foo(y: Int): Int = noImpl
|
||||
external fun foo(y: Int): Int = definedExternally
|
||||
|
||||
fun box(): String {
|
||||
assertEquals(65, foo(42))
|
||||
|
||||
Reference in New Issue
Block a user