JVM_IR: fix Result types in continuations & remove more codegen hacks
#KT-47129 Fixed
This commit is contained in:
+5
@@ -8109,6 +8109,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/coroutines/inlineClasses/genericParameterResult.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47129.kt")
|
||||
public void testKt47129() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/inlineClasses/kt47129.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nonLocalReturn.kt")
|
||||
public void testNonLocalReturn() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/inlineClasses/nonLocalReturn.kt");
|
||||
|
||||
Reference in New Issue
Block a user