JS: replace noImpl with definedExternally in tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package foo
|
||||
|
||||
external fun nativeFun(i:Int, s:String): String = noImpl
|
||||
external fun nativeFun(i:Int, s:String): String = definedExternally
|
||||
|
||||
fun bar(funRef: (Int, String) -> String): String = funRef(4, "boo")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user