JS: replace all usages of @native annotation with external modifier, in tests, stdlib, etc
This commit is contained in:
@@ -6,9 +6,6 @@ fun bar(): Any? {
|
||||
return null
|
||||
}
|
||||
|
||||
@native
|
||||
val Exception.message: String get() = noImpl
|
||||
|
||||
fun box(): String {
|
||||
val a: String? = null
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user