[IR] Fix translation of synthetic generic java properties
- Compute substituted accessor descriptor to avoid unbound type parameters
This commit is contained in:
+10
@@ -14815,6 +14815,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/ir/fileClassInitializers.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericCompanion.kt")
|
||||
public void testGenericCompanion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/genericCompanion.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt25405.kt")
|
||||
public void testKt25405() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/kt25405.kt");
|
||||
@@ -19921,6 +19926,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/properties/initOrderMultiModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaGenericSynthProperty.kt")
|
||||
public void testJavaGenericSynthProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/javaGenericSynthProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaPropertyBoxedGetter.kt")
|
||||
public void testJavaPropertyBoxedGetter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/javaPropertyBoxedGetter.kt");
|
||||
|
||||
Reference in New Issue
Block a user