[Test] Add additional test for KT-21463
This commit is contained in:
committed by
Space Team
parent
85665d71ca
commit
e473b52da7
+6
@@ -13750,6 +13750,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/generics/anonymousObjectSupertypeWithTypeParameterFromFunction.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("approximationOfBoundedProjection.kt")
|
||||
public void testApproximationOfBoundedProjection() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/approximationOfBoundedProjection.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("approximationOfInProjection.kt")
|
||||
public void testApproximationOfInProjection() throws Exception {
|
||||
|
||||
+6
@@ -13750,6 +13750,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/generics/anonymousObjectSupertypeWithTypeParameterFromFunction.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("approximationOfBoundedProjection.kt")
|
||||
public void testApproximationOfBoundedProjection() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/approximationOfBoundedProjection.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("approximationOfInProjection.kt")
|
||||
public void testApproximationOfInProjection() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user