FE: introduce AllowEmptyIntersectionsInResultTypeResolver feature
Related to KT-51221
This commit is contained in:
committed by
Space Team
parent
fbea09b3b6
commit
47fab61716
+6
@@ -33394,6 +33394,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/typeParameters/kt46186.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt46186withEmptyIntersections.kt")
|
||||
public void testKt46186withEmptyIntersections() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typeParameters/kt46186withEmptyIntersections.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("misplacedConstraints.kt")
|
||||
public void testMisplacedConstraints() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user