Add test data generator for stepped progression box tests.
This commit is contained in:
committed by
max-kammerer
parent
1738c2d4f6
commit
b4d2eae12d
+5
@@ -20775,6 +20775,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/ranges/stepped/expression/until/mixedTypeStep.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("progressionToNonConst.kt")
|
||||
public void testProgressionToNonConst() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/stepped/expression/until/progressionToNonConst.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("singleElementStepTwo.kt")
|
||||
public void testSingleElementStepTwo() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/stepped/expression/until/singleElementStepTwo.kt");
|
||||
|
||||
Reference in New Issue
Block a user