JS: replace noImpl with definedExternally in tests
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package foo
|
||||
|
||||
external val c: Any? = noImpl
|
||||
external val c: Any? = definedExternally
|
||||
|
||||
fun box(): String {
|
||||
if (c != null) return "fail1"
|
||||
|
||||
Reference in New Issue
Block a user