FIC: support suspend conversions in jvm codegen

This commit is contained in:
Mikhail Zarechenskiy
2019-12-17 16:27:44 +03:00
parent b98d8bd7c1
commit 70094884ca
8 changed files with 55 additions and 4 deletions
@@ -11656,6 +11656,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testReceiverEvaluatedOnce() throws Exception {
runTest("compiler/testData/codegen/box/funInterface/receiverEvaluatedOnce.kt");
}
@TestMetadata("suspendFunInterfaceConversionCodegen.kt")
public void testSuspendFunInterfaceConversionCodegen() throws Exception {
runTest("compiler/testData/codegen/box/funInterface/suspendFunInterfaceConversionCodegen.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/functions")