[PSI2IR, IR] Support functional types and literals for IR
This commit is contained in:
committed by
TeamCityServer
parent
910660a083
commit
155e7b211b
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user