Replace @native with external in tests

This commit is contained in:
Ilya Gorbunov
2017-01-26 04:13:39 +03:00
parent 20f175d091
commit 3be1174824
16 changed files with 18 additions and 33 deletions
@@ -1,5 +1,3 @@
// !DIAGNOSTICS: -DEPRECATION
open class A
interface I
@@ -10,8 +8,6 @@ external class <!EXTERNAL_TYPE_EXTENDS_NON_EXTERNAL_TYPE!>C<!> : A
external class <!EXTERNAL_TYPE_EXTENDS_NON_EXTERNAL_TYPE!>D<!> : B, I
@native class <!EXTERNAL_TYPE_EXTENDS_NON_EXTERNAL_TYPE!>N<!> : A()
external interface <!EXTERNAL_TYPE_EXTENDS_NON_EXTERNAL_TYPE!>K<!> : I
external enum class E {