JS: replace all usages of @native annotation with external modifier, in tests, stdlib, etc
This commit is contained in:
+1
-2
@@ -3,9 +3,8 @@
|
||||
|
||||
package foo
|
||||
|
||||
@native
|
||||
@JsName("A")
|
||||
open class B(val foo: String)
|
||||
external open class B(val foo: String)
|
||||
|
||||
// MODULE: main(module1)
|
||||
// FILE: main.kt
|
||||
|
||||
Reference in New Issue
Block a user