K2: reproduce KT-58579

This commit is contained in:
Mikhail Glukhikh
2023-08-18 18:31:50 +02:00
committed by Space Team
parent 2ff075c961
commit 4e2067a163
7 changed files with 68 additions and 0 deletions
@@ -15248,6 +15248,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/inference/genericCallInThrow.kt");
}
@Test
@TestMetadata("genericOnJavaWildcardBoundedByRaw.kt")
public void testGenericOnJavaWildcardBoundedByRaw() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/genericOnJavaWildcardBoundedByRaw.kt");
}
@Test
@TestMetadata("hasErrorInConstrainingTypes.kt")
public void testHasErrorInConstrainingTypes() throws Exception {
@@ -15248,6 +15248,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/inference/genericCallInThrow.kt");
}
@Test
@TestMetadata("genericOnJavaWildcardBoundedByRaw.kt")
public void testGenericOnJavaWildcardBoundedByRaw() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/genericOnJavaWildcardBoundedByRaw.kt");
}
@Test
@TestMetadata("hasErrorInConstrainingTypes.kt")
public void testHasErrorInConstrainingTypes() throws Exception {