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
@@ -73,10 +73,3 @@ public external interface K : I {
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}
@kotlin.js.native public final class N : A {
public constructor N()
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}