[JS FIR] Add JsName clash test
^KT-64364
This commit is contained in:
committed by
Space Team
parent
89e2af2047
commit
4609b11102
+6
@@ -688,6 +688,12 @@ public class FirPsiJsOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiJ
|
||||
runTest("compiler/testData/diagnostics/testsWithJsStdLib/name/classMembers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("companionInheritsOwnerClass.kt")
|
||||
public void testCompanionInheritsOwnerClass() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithJsStdLib/name/companionInheritsOwnerClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("conflictingNamesFromSuperclass.kt")
|
||||
public void testConflictingNamesFromSuperclass() throws Exception {
|
||||
|
||||
Generated
+6
@@ -688,6 +688,12 @@ public class DiagnosticsWithJsStdLibTestGenerated extends AbstractDiagnosticsTes
|
||||
runTest("compiler/testData/diagnostics/testsWithJsStdLib/name/classMembers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("companionInheritsOwnerClass.kt")
|
||||
public void testCompanionInheritsOwnerClass() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithJsStdLib/name/companionInheritsOwnerClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("conflictingNamesFromSuperclass.kt")
|
||||
public void testConflictingNamesFromSuperclass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user