K2: reproduce KT-58579
This commit is contained in:
committed by
Space Team
parent
2ff075c961
commit
4e2067a163
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user