[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:
committed by
teamcity
parent
500295da68
commit
c25e07119c
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user