JS: replace all usages of @native annotation with external modifier, in tests, stdlib, etc
This commit is contained in:
@@ -1 +1 @@
|
||||
@native public fun parseInt(s: String, radix: Int = 10): Int = noImpl
|
||||
external public fun parseInt(s: String, radix: Int = 10): Int = noImpl
|
||||
Reference in New Issue
Block a user