JVM KT-49548 progression iterators can be tainted
This commit is contained in:
committed by
TeamCityServer
parent
646d156bde
commit
9a4cff0dc7
+12
@@ -1902,6 +1902,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/kt48394.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49548.kt")
|
||||
public void testKt49548() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/kt49548.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt5493.kt")
|
||||
public void testKt5493() throws Exception {
|
||||
@@ -1998,6 +2004,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/unsafeRemoving.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("unsignedArrayForEach.kt")
|
||||
public void testUnsignedArrayForEach() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/unsignedArrayForEach.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("variables.kt")
|
||||
public void testVariables() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user