[IR] Fix translation of synthetic generic java properties

- Compute substituted accessor descriptor to avoid unbound type parameters
This commit is contained in:
Roman Artemev
2020-03-26 18:04:35 +03:00
committed by romanart
parent 4bebfd33b9
commit 6e01ec8dd3
17 changed files with 306 additions and 8 deletions
@@ -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");