Remove test for named native

This commit is contained in:
Ilya Gorbunov
2017-01-29 01:35:24 +03:00
parent c4a0bb727d
commit f4ef98c327
3 changed files with 0 additions and 18 deletions
@@ -1,4 +0,0 @@
// !DIAGNOSTICS: -DEPRECATION, -DEPRECATION_ERROR
@native("B")
<!JS_NAME_PROHIBITED_FOR_NAMED_NATIVE!>@JsName("C")<!>
class A
@@ -1,8 +0,0 @@
package
@kotlin.js.native(name = "B") @kotlin.js.JsName(name = "C") public final class A {
public constructor A()
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
}