[PSI2IR] Pass context receiver values in PropertyLValue

This commit is contained in:
Anastasiya Shadrina
2021-03-11 18:35:20 +07:00
committed by TeamCityServer
parent 766e6bca75
commit daa54734e5
4 changed files with 101 additions and 11 deletions
@@ -16169,6 +16169,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/inferGenericPropertyType.kt");
}
@Test
@TestMetadata("plusAssign.kt")
public void testPlusAssign() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/plusAssign.kt");
}
@Test
@TestMetadata("plusMatrix.kt")
public void testPlusMatrix() throws Exception {