[FE 1.0] Don't mark type variable as READY_FOR_FIXATION_DECLARED_UPPER_BOUND_WITH_SELF_TYPES if it has complex dependency to other type variables
^KT-49838 Fixed
This commit is contained in:
+6
@@ -14366,6 +14366,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inference/kt45118.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49838.kt")
|
||||
public void testKt49838() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/kt49838.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaWithStarReturn.kt")
|
||||
public void testLambdaWithStarReturn() throws Exception {
|
||||
|
||||
+6
@@ -14330,6 +14330,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inference/kt45118.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49838.kt")
|
||||
public void testKt49838() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/kt49838.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaWithStarReturn.kt")
|
||||
public void testLambdaWithStarReturn() throws Exception {
|
||||
|
||||
+5
@@ -12069,6 +12069,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/inference/kt45118.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49838.kt")
|
||||
public void testKt49838() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/kt49838.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaWithStarReturn.kt")
|
||||
public void testLambdaWithStarReturn() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/lambdaWithStarReturn.kt");
|
||||
|
||||
Reference in New Issue
Block a user