JS: use 'external' word instead of 'native' in diagnostic messages
See KT-20639
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@ external interface I
|
||||
external interface J
|
||||
|
||||
fun box(a: Any) = when (a) {
|
||||
<!CANNOT_CHECK_FOR_NATIVE_INTERFACE!>is I<!> -> 0
|
||||
<!CANNOT_CHECK_FOR_NATIVE_INTERFACE!>!is J<!> -> 1
|
||||
<!CANNOT_CHECK_FOR_EXTERNAL_INTERFACE!>is I<!> -> 0
|
||||
<!CANNOT_CHECK_FOR_EXTERNAL_INTERFACE!>!is J<!> -> 1
|
||||
else -> 2
|
||||
}
|
||||
Reference in New Issue
Block a user