Add new tests for step progressions and fix existing tests.
This commit is contained in:
committed by
max-kammerer
parent
27642514b1
commit
277cb39e3b
@@ -159,6 +159,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/intConstantSafeCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intProgressionNoBoxing.kt")
|
||||
public void testIntProgressionNoBoxing() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/intProgressionNoBoxing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intRangeNoBoxing.kt")
|
||||
public void testIntRangeNoBoxing() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/intRangeNoBoxing.kt");
|
||||
|
||||
Reference in New Issue
Block a user