IR: fix IrClassSymbol.starProjectedType
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user