Add blackbox test for KT-42533.
This commit is contained in:
committed by
Alexander Udalov
parent
375d92cf67
commit
a093efde11
+5
@@ -24232,6 +24232,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
public void testForIntInIntUntilSmartcastInt() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInUntil/forIntInIntUntilSmartcastInt.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42533.kt")
|
||||
public void testKt42533() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInUntil/kt42533.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/ranges/forWithPossibleOverflow")
|
||||
|
||||
Reference in New Issue
Block a user