Fix IllegalStateException in case of recursive T & Any upper bound
^KT-50542 Fixed
This commit is contained in:
+6
@@ -10259,6 +10259,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/explicitDefinitelyNotNullableViaIntersection/overridesJavaAnnotated.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("recursiveBounds.kt")
|
||||
public void testRecursiveBounds() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/explicitDefinitelyNotNullableViaIntersection/recursiveBounds.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("reifiedArguments.kt")
|
||||
public void testReifiedArguments() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user