[JVM IR] Fix issue with suspend functions with @JvmOverloads.
This commit is contained in:
committed by
Ilmir Usmanov
parent
c289612e57
commit
3d51af2935
+5
@@ -6155,6 +6155,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/crossInlineWithCapturedOuterReceiver.kt", "kotlin.coroutines");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultParametersInSuspendWithJvmOverloads.kt")
|
||||
public void testDefaultParametersInSuspendWithJvmOverloads() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/defaultParametersInSuspendWithJvmOverloads.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultParametersInSuspend.kt")
|
||||
public void testDefaultParametersInSuspend_1_2() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/defaultParametersInSuspend.kt", "kotlin.coroutines.experimental");
|
||||
|
||||
Reference in New Issue
Block a user