KT-47823 IR.JVM Fix handling of for loop ranges with inline types and break/continue/return
This commit is contained in:
committed by
teamcity
parent
ecb3cc193c
commit
bcd8a28d4c
+6
@@ -21203,6 +21203,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt47762Generic.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47823.kt")
|
||||
public void testKt47823() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt47823.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48993.kt")
|
||||
public void testKt48993() throws Exception {
|
||||
|
||||
+6
@@ -21683,6 +21683,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt47762Generic.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47823.kt")
|
||||
public void testKt47823() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt47823.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48993.kt")
|
||||
public void testKt48993() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user