[PSI2IR] Generate value arguments for context receivers in getter/setter

This commit is contained in:
Anastasiya Shadrina
2021-03-09 19:49:23 +07:00
committed by TeamCityServer
parent 5e426d5c16
commit 766e6bca75
5 changed files with 46 additions and 8 deletions
@@ -15946,6 +15946,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/extensionClasses/constructors.kt");
}
@Test
@TestMetadata("edouble.kt")
public void testEdouble() throws Exception {
runTest("compiler/testData/codegen/box/extensionClasses/edouble.kt");
}
@Test
@TestMetadata("genericCollection.kt")
public void testGenericCollection() throws Exception {