JS: replace all usages of @native annotation with external modifier, in tests, stdlib, etc
This commit is contained in:
Vendored
+2
-3
@@ -1,7 +1,6 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER, -DEPRECATION
|
||||
|
||||
@native
|
||||
class A {
|
||||
external class A {
|
||||
@nativeInvoke
|
||||
fun foo() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user