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