Generate correct $default method for actual suspend function
In order to do this, we need to get initial expect suspend function before generating default value parameters checks. #KT-43587 Fixed
This commit is contained in:
+5
@@ -7956,6 +7956,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/featureIntersection/breakWithNonEmptyStack.kt", "kotlin.coroutines");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultExpect.kt")
|
||||
public void testDefaultExpect() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/featureIntersection/defaultExpect.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("delegate.kt")
|
||||
public void testDelegate_1_2() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/featureIntersection/delegate.kt", "kotlin.coroutines.experimental");
|
||||
|
||||
Reference in New Issue
Block a user