[PSI2IR, IR] Support functional types and literals for IR

This commit is contained in:
Anastasiya Shadrina
2021-09-16 17:45:26 +07:00
committed by TeamCityServer
parent 910660a083
commit 155e7b211b
6 changed files with 42 additions and 8 deletions
@@ -16238,6 +16238,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/fromKEEP/dp.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/fromKEEP/functionalType.kt");
}
@Test
@TestMetadata("monoidSum.kt")
public void testMonoidSum() throws Exception {