FIR: Fix incorrect qualifier resolution in case of type parameters

^KT-51265 Fixed
This commit is contained in:
Denis.Zharkov
2022-02-14 14:20:37 +03:00
committed by teamcity
parent 52c8b6166c
commit 58408d8a78
6 changed files with 39 additions and 1 deletions
@@ -32475,6 +32475,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/regressions/kt51171.kt");
}
@TestMetadata("kt51265.kt")
public void testKt51265() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt51265.kt");
}
@TestMetadata("kt528.kt")
public void testKt528() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt528.kt");