Descriptors in calls are substituted,

and symbols refer to the original descriptors.
This commit is contained in:
Dmitry Petrov
2017-04-12 15:35:25 +03:00
parent d7a362b4f6
commit 2b0d3440ad
10 changed files with 76 additions and 18 deletions
@@ -647,6 +647,12 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
doTest(fileName);
}
@TestMetadata("genericPropertyCall.kt")
public void testGenericPropertyCall() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/expressions/genericPropertyCall.kt");
doTest(fileName);
}
@TestMetadata("identity.kt")
public void testIdentity() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/expressions/identity.kt");