K2/MPP: add test confirming proper work of KT-62024
#KT-62024 Obsolete
This commit is contained in:
committed by
Space Team
parent
50bfd19959
commit
c2d031254c
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user