K2/MPP: add test confirming proper work of KT-62024

#KT-62024 Obsolete
This commit is contained in:
Mikhail Glukhikh
2024-01-08 10:16:15 +01:00
committed by Space Team
parent 50bfd19959
commit c2d031254c
6 changed files with 51 additions and 0 deletions
@@ -24317,6 +24317,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
@TestMetadata("compiler/testData/diagnostics/tests/multiplatform")
@TestDataPath("$PROJECT_ROOT")
public class Multiplatform {
@Test
@TestMetadata("actualClassDelegationWithImplicitType.kt")
public void testActualClassDelegationWithImplicitType() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/actualClassDelegationWithImplicitType.kt");
}
@Test
@TestMetadata("actualFakeOverride.kt")
public void testActualFakeOverride() throws Exception {
@@ -24317,6 +24317,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
@TestMetadata("compiler/testData/diagnostics/tests/multiplatform")
@TestDataPath("$PROJECT_ROOT")
public class Multiplatform {
@Test
@TestMetadata("actualClassDelegationWithImplicitType.kt")
public void testActualClassDelegationWithImplicitType() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/actualClassDelegationWithImplicitType.kt");
}
@Test
@TestMetadata("actualFakeOverride.kt")
public void testActualFakeOverride() throws Exception {