Check default parameters of expect suspend functions on original

functions instead of function views.
 #KT-24461 Fixed
This commit is contained in:
Ilmir Usmanov
2019-11-12 16:27:58 +03:00
parent 633d1c9ea3
commit ea5b529d19
7 changed files with 62 additions and 1 deletions
@@ -16638,6 +16638,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/superCall.kt");
}
@TestMetadata("suspend.kt")
public void testSuspend() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/suspend.kt");
}
@TestMetadata("typeAlias.kt")
public void testTypeAlias() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias.kt");