Avoid ConcurrentModificationException

#KT-26384 Fixed
This commit is contained in:
Mikhael Bogdanov
2019-01-07 16:46:22 +01:00
parent 8ce7112123
commit 6a19e45e27
9 changed files with 146 additions and 3 deletions
@@ -149,6 +149,16 @@ public class IrNonLocalReturnsTestGenerated extends AbstractIrNonLocalReturnsTes
runTest("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_void.kt");
}
@TestMetadata("kt26384.kt")
public void testKt26384() throws Exception {
runTest("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt26384.kt");
}
@TestMetadata("kt26384_2.kt")
public void testKt26384_2() throws Exception {
runTest("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt26384_2.kt");
}
@TestMetadata("kt6956.kt")
public void testKt6956() throws Exception {
runTest("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt6956.kt");
@@ -149,6 +149,16 @@ public class NonLocalReturnsTestGenerated extends AbstractNonLocalReturnsTest {
runTest("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt20433_void.kt");
}
@TestMetadata("kt26384.kt")
public void testKt26384() throws Exception {
runTest("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt26384.kt");
}
@TestMetadata("kt26384_2.kt")
public void testKt26384_2() throws Exception {
runTest("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt26384_2.kt");
}
@TestMetadata("kt6956.kt")
public void testKt6956() throws Exception {
runTest("compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt6956.kt");