PSI2IR: Support suspend conversion for function references

This commit is contained in:
Dmitry Petrov
2020-04-23 14:25:08 +03:00
parent 10cda4b54f
commit 6b9a7464f5
8 changed files with 288 additions and 16 deletions
@@ -1443,6 +1443,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/expressions/callableReferences/kt37131.kt");
}
@TestMetadata("suspendConversion.kt")
public void testSuspendConversion() throws Exception {
runTest("compiler/testData/ir/irText/expressions/callableReferences/suspendConversion.kt");
}
@TestMetadata("typeArguments.kt")
public void testTypeArguments() throws Exception {
runTest("compiler/testData/ir/irText/expressions/callableReferences/typeArguments.kt");