[FE 1.0] Skip improper constraints while determining READY_FOR_FIXATION_DECLARED_UPPER_BOUND_WITH_SELF_TYPES type variable readiness

^KT-51148 Fixed
This commit is contained in:
Victor Petukhov
2022-02-09 11:48:30 +03:00
committed by teamcity
parent 500295da68
commit c25e07119c
8 changed files with 119 additions and 7 deletions
@@ -14243,6 +14243,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/inference/builderInference/kt50989.kt");
}
@Test
@TestMetadata("kt51148.kt")
public void testKt51148() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/builderInference/kt51148.kt");
}
@Test
@TestMetadata("labaledCall.kt")
public void testLabaledCall() throws Exception {
@@ -14243,6 +14243,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
runTest("compiler/testData/diagnostics/tests/inference/builderInference/kt50989.kt");
}
@Test
@TestMetadata("kt51148.kt")
public void testKt51148() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/builderInference/kt51148.kt");
}
@Test
@TestMetadata("labaledCall.kt")
public void testLabaledCall() throws Exception {