JS: use 'external' word instead of 'native' in diagnostic messages
See KT-20639
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
external interface I
|
||||
|
||||
fun box() {
|
||||
println(<!NATIVE_INTERFACE_AS_CLASS_LITERAL!>I::class<!>)
|
||||
println(<!EXTERNAL_INTERFACE_AS_CLASS_LITERAL!>I::class<!>)
|
||||
}
|
||||
Reference in New Issue
Block a user