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
@@ -16723,6 +16723,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt47762Generic.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation());
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47823.kt")
|
||||
public void testKt47823() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt47823.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51157.kt")
|
||||
public void testKt51157() throws Exception {
|
||||
|
||||
+6
@@ -16687,6 +16687,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt47762Generic.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation());
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47823.kt")
|
||||
public void testKt47823() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt47823.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51157.kt")
|
||||
public void testKt51157() throws Exception {
|
||||
|
||||
+5
@@ -14776,6 +14776,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt47762Generic.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation());
|
||||
}
|
||||
|
||||
@TestMetadata("kt47823.kt")
|
||||
public void testKt47823() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt47823.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt51157.kt")
|
||||
public void testKt51157() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt51157.kt");
|
||||
|
||||
Reference in New Issue
Block a user