Ignore type parameters of inline class

when checking whether we can return unboxed inline class
from suspend function
This commit is contained in:
Ilmir Usmanov
2020-09-17 05:05:08 +02:00
parent fbfe56e0cc
commit f960201f52
7 changed files with 63 additions and 16 deletions
@@ -10079,6 +10079,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/coroutines/tailCallOptimizations/interfaceDelegation.kt");
}
@TestMetadata("returnInlineClass.kt")
public void testReturnInlineClass() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/tailCallOptimizations/returnInlineClass.kt");
}
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/tailCallOptimizations/simple.kt");