FE: introduce AllowEmptyIntersectionsInResultTypeResolver feature

Related to KT-51221
This commit is contained in:
Mikhail Glukhikh
2023-03-02 09:41:43 +01:00
committed by Space Team
parent fbea09b3b6
commit 47fab61716
10 changed files with 206 additions and 12 deletions
@@ -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 {