Moved *Range.step() functions to stdlib.
This commit is contained in:
@@ -320,6 +320,14 @@ public class StdlibTest extends CodegenTestCase {
|
||||
blackBoxFile("uptoDownto.kt");
|
||||
}
|
||||
|
||||
public void testKt765 () {
|
||||
blackBoxFile("regressions/kt765.kt");
|
||||
}
|
||||
|
||||
public void testKt925 () {
|
||||
blackBoxFile("regressions/kt925.kt");
|
||||
}
|
||||
|
||||
public void testKt930 () {
|
||||
blackBoxFile("regressions/kt930.kt");
|
||||
}
|
||||
|
||||
@@ -2837,11 +2837,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
blackBoxFileByFullPath("compiler/testData/codegen/box/primitiveTypes/kt757.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt765.kt")
|
||||
public void testKt765() throws Exception {
|
||||
blackBoxFileByFullPath("compiler/testData/codegen/box/primitiveTypes/kt765.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt821.kt")
|
||||
public void testKt821() throws Exception {
|
||||
blackBoxFileByFullPath("compiler/testData/codegen/box/primitiveTypes/kt821.kt");
|
||||
@@ -2867,11 +2862,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
blackBoxFileByFullPath("compiler/testData/codegen/box/primitiveTypes/kt887.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt925.kt")
|
||||
public void testKt925() throws Exception {
|
||||
blackBoxFileByFullPath("compiler/testData/codegen/box/primitiveTypes/kt925.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt935.kt")
|
||||
public void testKt935() throws Exception {
|
||||
blackBoxFileByFullPath("compiler/testData/codegen/box/primitiveTypes/kt935.kt");
|
||||
|
||||
Reference in New Issue
Block a user