Support unsigned range and progression values in range intrinsics
This commit is contained in:
+10
@@ -18648,6 +18648,16 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedDownTo.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInUnsignedProgression.kt")
|
||||
public void testForInUnsignedProgression() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedProgression.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInUnsignedRange.kt")
|
||||
public void testForInUnsignedRange() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedRange.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInUnsignedRangeLiteral.kt")
|
||||
public void testForInUnsignedRangeLiteral() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedRangeLiteral.kt");
|
||||
|
||||
+10
@@ -19698,6 +19698,16 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedDownTo.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInUnsignedProgression.kt")
|
||||
public void testForInUnsignedProgression() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedProgression.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInUnsignedRange.kt")
|
||||
public void testForInUnsignedRange() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedRange.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInUnsignedRangeLiteral.kt")
|
||||
public void testForInUnsignedRangeLiteral() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedRangeLiteral.kt");
|
||||
|
||||
Reference in New Issue
Block a user