PSI2IR: Support suspend conversion for function references
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user