JS: replace all usages of @native annotation with external modifier, in tests, stdlib, etc
This commit is contained in:
+1
-2
@@ -3,8 +3,7 @@ package foo
|
||||
|
||||
class A
|
||||
|
||||
@native
|
||||
class B
|
||||
external class B
|
||||
|
||||
fun box(): String {
|
||||
val a: dynamic = A()
|
||||
|
||||
Reference in New Issue
Block a user