[IR] Fix translation of synthetic generic java properties
- Compute substituted accessor descriptor to avoid unbound type parameters
This commit is contained in:
Generated
+10
@@ -13665,6 +13665,11 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
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");
|
||||
@@ -18395,6 +18400,11 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
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");
|
||||
|
||||
+5
@@ -997,6 +997,11 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/expressions/interfaceThisRef.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaSyntheticGenericPropretyAccess.kt")
|
||||
public void testJavaSyntheticGenericPropretyAccess() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/javaSyntheticGenericPropretyAccess.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaSyntheticPropertyAccess.kt")
|
||||
public void testJavaSyntheticPropertyAccess() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/javaSyntheticPropertyAccess.kt");
|
||||
|
||||
Reference in New Issue
Block a user