[PSI2IR] Generate value arguments for context receivers in getter/setter
This commit is contained in:
committed by
TeamCityServer
parent
5e426d5c16
commit
766e6bca75
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user