Support is/as operations on suspend callable reference conversion

This commit is contained in:
Ilmir Usmanov
2020-09-14 21:57:51 +02:00
parent dfe6c42f63
commit 9ecf5dc9af
9 changed files with 59 additions and 1 deletions
@@ -2247,6 +2247,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/inlineWithParameters.kt");
}
@TestMetadata("isAs.kt")
public void testIsAs() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/isAs.kt");
}
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/suspendConversion/simple.kt");