[IR] Fix translation of synthetic generic java properties
- Compute substituted accessor descriptor to avoid unbound type parameters
This commit is contained in:
Generated
+5
@@ -11810,6 +11810,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
+5
@@ -11875,6 +11875,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user