JVM_IR KT-50076 avoid CHECKCAST on moved dispatch receiver parameter
This commit is contained in:
+5
@@ -7822,6 +7822,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/coroutines/stopAfter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspendCallInSuperInterfaceCallArguments.kt")
|
||||
public void testSuspendCallInSuperInterfaceCallArguments() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/suspendCallInSuperInterfaceCallArguments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspendCallsInArguments.kt")
|
||||
public void testSuspendCallsInArguments() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/suspendCallsInArguments.kt");
|
||||
|
||||
Reference in New Issue
Block a user