[IR] Fix translation of synthetic generic java properties
- Compute substituted accessor descriptor to avoid unbound type parameters
This commit is contained in:
@@ -996,6 +996,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
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