Remove test for named native
This commit is contained in:
@@ -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
|
|
||||||
}
|
|
||||||
@@ -476,12 +476,6 @@ public class DiagnosticsTestWithJsStdLibGenerated extends AbstractDiagnosticsTes
|
|||||||
doTest(fileName);
|
doTest(fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("jsNameAndNamedNative.kt")
|
|
||||||
public void testJsNameAndNamedNative() throws Exception {
|
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/testsWithJsStdLib/name/jsNameAndNamedNative.kt");
|
|
||||||
doTest(fileName);
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("jsNameAndOverridden.kt")
|
@TestMetadata("jsNameAndOverridden.kt")
|
||||||
public void testJsNameAndOverridden() throws Exception {
|
public void testJsNameAndOverridden() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/testsWithJsStdLib/name/jsNameAndOverridden.kt");
|
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/testsWithJsStdLib/name/jsNameAndOverridden.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user