IR: fix IrClassSymbol.starProjectedType

This commit is contained in:
Georgy Bronnikov
2020-11-12 15:21:08 +03:00
parent f5329b6f1d
commit 364773bf0f
12 changed files with 68 additions and 15 deletions
@@ -1497,6 +1497,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/bridges/genericProperty.kt");
}
@TestMetadata("innerClassTypeParameters.kt")
public void testInnerClassTypeParameters() throws Exception {
runTest("compiler/testData/codegen/box/bridges/innerClassTypeParameters.kt");
}
@TestMetadata("kt12416.kt")
public void testKt12416() throws Exception {
runTest("compiler/testData/codegen/box/bridges/kt12416.kt");