PSI2IR Use resulting descriptor extension receiver type
Use resulting descriptor extension receiver type instead of ReceiverValue.type (which can contain captured types, which would be approximated, and cause IR validation errors).
This commit is contained in:
@@ -1846,6 +1846,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/types/genericPropertyReferenceType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inStarProjectionInReceiverType.kt")
|
||||
public void testInStarProjectionInReceiverType() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/types/inStarProjectionInReceiverType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intersectionType1_NI.kt")
|
||||
public void testIntersectionType1_NI() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/types/intersectionType1_NI.kt");
|
||||
|
||||
Reference in New Issue
Block a user