[JS FIR] Add a test for generic interface inheritance
^KT-65216
This commit is contained in:
committed by
Space Team
parent
c828b924b2
commit
9ff6dcbe0a
+6
@@ -754,6 +754,12 @@ public class FirLightTreeJsOldFrontendDiagnosticsTestGenerated extends AbstractF
|
||||
runTest("compiler/testData/diagnostics/testsWithJsStdLib/name/illegalPackageName.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("IntersectionInheritance.kt")
|
||||
public void testIntersectionInheritance() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithJsStdLib/name/IntersectionInheritance.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jsNameAndOverridden.kt")
|
||||
public void testJsNameAndOverridden() throws Exception {
|
||||
|
||||
+6
@@ -754,6 +754,12 @@ public class FirPsiJsOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiJ
|
||||
runTest("compiler/testData/diagnostics/testsWithJsStdLib/name/illegalPackageName.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("IntersectionInheritance.kt")
|
||||
public void testIntersectionInheritance() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithJsStdLib/name/IntersectionInheritance.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jsNameAndOverridden.kt")
|
||||
public void testJsNameAndOverridden() throws Exception {
|
||||
|
||||
Generated
+6
@@ -754,6 +754,12 @@ public class DiagnosticsWithJsStdLibTestGenerated extends AbstractDiagnosticsTes
|
||||
runTest("compiler/testData/diagnostics/testsWithJsStdLib/name/illegalPackageName.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("IntersectionInheritance.kt")
|
||||
public void testIntersectionInheritance() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithJsStdLib/name/IntersectionInheritance.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jsNameAndOverridden.kt")
|
||||
public void testJsNameAndOverridden() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user