JS: replace all usages of @native annotation with external modifier, in tests, stdlib, etc
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
@native interface I
|
||||
external interface I
|
||||
|
||||
@native interface J
|
||||
external interface J
|
||||
|
||||
fun box(a: Any) = when (a) {
|
||||
<!CANNOT_CHECK_FOR_NATIVE_INTERFACE!>is I<!> -> 0
|
||||
|
||||
Reference in New Issue
Block a user