K2: reproduce KT-61844

This commit is contained in:
Mikhail Glukhikh
2023-09-20 17:10:48 +02:00
committed by Space Team
parent 36df749697
commit b9302869d5
9 changed files with 78 additions and 0 deletions
@@ -28263,6 +28263,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/resolve/invoke/kt9805.kt");
}
@Test
@TestMetadata("privateInvokeOwner.kt")
public void testPrivateInvokeOwner() throws Exception {
runTest("compiler/testData/diagnostics/tests/resolve/invoke/privateInvokeOwner.kt");
}
@Test
@TestMetadata("reportFunctionExpectedOnSimpleUnresolved.kt")
public void testReportFunctionExpectedOnSimpleUnresolved() throws Exception {
@@ -28263,6 +28263,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/resolve/invoke/kt9805.kt");
}
@Test
@TestMetadata("privateInvokeOwner.kt")
public void testPrivateInvokeOwner() throws Exception {
runTest("compiler/testData/diagnostics/tests/resolve/invoke/privateInvokeOwner.kt");
}
@Test
@TestMetadata("reportFunctionExpectedOnSimpleUnresolved.kt")
public void testReportFunctionExpectedOnSimpleUnresolved() throws Exception {