K2: reproduce KT-61844
This commit is contained in:
committed by
Space Team
parent
36df749697
commit
b9302869d5
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user