K2: reproduce KT-58618

This commit is contained in:
Mikhail Glukhikh
2023-05-23 13:55:18 +02:00
committed by Space Team
parent 666239c587
commit 2cfa3d7e0d
8 changed files with 83 additions and 0 deletions
@@ -8950,6 +8950,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/delegatedProperty/missedSetter.kt");
}
@Test
@TestMetadata("noInferenceFromWrappedDelegate.kt")
public void testNoInferenceFromWrappedDelegate() throws Exception {
runTest("compiler/testData/diagnostics/tests/delegatedProperty/noInferenceFromWrappedDelegate.kt");
}
@Test
@TestMetadata("nonDefaultAccessors.kt")
public void testNonDefaultAccessors() throws Exception {
@@ -8950,6 +8950,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/delegatedProperty/missedSetter.kt");
}
@Test
@TestMetadata("noInferenceFromWrappedDelegate.kt")
public void testNoInferenceFromWrappedDelegate() throws Exception {
runTest("compiler/testData/diagnostics/tests/delegatedProperty/noInferenceFromWrappedDelegate.kt");
}
@Test
@TestMetadata("nonDefaultAccessors.kt")
public void testNonDefaultAccessors() throws Exception {