KT-47823 IR.JVM Fix handling of for loop ranges with inline types and break/continue/return

This commit is contained in:
Pavel Mikhailovskii
2022-06-08 15:55:11 +02:00
committed by teamcity
parent ecb3cc193c
commit bcd8a28d4c
10 changed files with 63 additions and 0 deletions
@@ -17706,6 +17706,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inlineClasses/kt47762Generic.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
}
@TestMetadata("kt47823.kt")
public void testKt47823() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/kt47823.kt");
}
@TestMetadata("kt48993.kt")
public void testKt48993() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/kt48993.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());