IR: fix property reference symbol binding for generic properties

This commit is contained in:
Dmitry Petrov
2019-02-28 15:30:30 +03:00
parent 8b4dab7c25
commit bd9c5645cd
4 changed files with 224 additions and 5 deletions
@@ -887,6 +887,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/expressions/genericPropertyCall.kt");
}
@TestMetadata("genericPropertyRef.kt")
public void testGenericPropertyRef() throws Exception {
runTest("compiler/testData/ir/irText/expressions/genericPropertyRef.kt");
}
@TestMetadata("identity.kt")
public void testIdentity() throws Exception {
runTest("compiler/testData/ir/irText/expressions/identity.kt");