[FE 1.0] Set a fixation priority for self type variables less than any of ready for fixation kinds

^KT-51040 Fixed
^KT-49838
This commit is contained in:
Victor Petukhov
2022-01-31 14:28:19 +03:00
parent 78f4b9f1cd
commit fd6500c167
7 changed files with 40 additions and 5 deletions
@@ -15487,6 +15487,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inference/kt47316.kt");
}
@TestMetadata("kt51040.kt")
public void testKt51040() throws Exception {
runTest("compiler/testData/codegen/box/inference/kt51040.kt");
}
@TestMetadata("lambdaWithStarReturn.kt")
public void testLambdaWithStarReturn() throws Exception {
runTest("compiler/testData/codegen/box/inference/lambdaWithStarReturn.kt");