JS: replace all usages of @native annotation with external modifier, in tests, stdlib, etc
This commit is contained in:
@@ -5,7 +5,7 @@ package lib
|
||||
|
||||
fun foo() = 23
|
||||
|
||||
@native fun bar(): Int = noImpl
|
||||
external fun bar(): Int = noImpl
|
||||
|
||||
inline fun baz() = 99
|
||||
|
||||
|
||||
Reference in New Issue
Block a user