Do not write generics for $suspendImpl synthetic method

#KT-18252 Fixed
This commit is contained in:
Denis Zharkov
2017-06-28 10:24:13 +03:00
parent e7e0032cc8
commit 3dc4f8a2ff
5 changed files with 85 additions and 0 deletions
@@ -5704,6 +5704,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("openFunWithJava.kt")
public void testOpenFunWithJava() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/openFunWithJava.kt");
doTest(fileName);
}
@TestMetadata("operators.kt")
public void testOperators() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/operators.kt");