psi2ir: Provide substituted descriptor for property references

This commit is contained in:
Dmitry Petrov
2019-07-11 13:01:58 +03:00
parent 1968fd7fcb
commit 6ea33986fa
7 changed files with 195 additions and 3 deletions
@@ -1616,6 +1616,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/types/explicitEqualsAndCompareToCallsOnPlatformTypeReceiver.kt");
}
@TestMetadata("genericPropertyReferenceType.kt")
public void testGenericPropertyReferenceType() throws Exception {
runTest("compiler/testData/ir/irText/types/genericPropertyReferenceType.kt");
}
@TestMetadata("intersectionType1_NI.kt")
public void testIntersectionType1_NI() throws Exception {
runTest("compiler/testData/ir/irText/types/intersectionType1_NI.kt");