JS: replace all usages of @native annotation with external modifier, in tests, stdlib, etc
This commit is contained in:
+1
-2
@@ -1,6 +1,5 @@
|
||||
package foo
|
||||
|
||||
@native
|
||||
fun returnFalse(): Boolean = noImpl
|
||||
external fun returnFalse(): Boolean = noImpl
|
||||
|
||||
fun box() = if (!returnFalse()) "OK" else "fail"
|
||||
|
||||
Reference in New Issue
Block a user