JS: replace all usages of @native annotation with external modifier, in tests, stdlib, etc
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// TARGET_BACKEND: JS
|
||||
package foo
|
||||
|
||||
@native interface A {
|
||||
external interface A {
|
||||
fun foo(value: Int): String
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user