JS: replace all usages of @native annotation with external modifier, in tests, stdlib, etc
This commit is contained in:
@@ -9,7 +9,7 @@ public interface B : A {
|
||||
}
|
||||
}
|
||||
|
||||
@native class Function(vararg args: String)
|
||||
external class Function(vararg args: String)
|
||||
|
||||
val hasProp = Function("obj, prop", "return obj[prop] !== undefined") as ((Any, String) -> Boolean)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user