Support unsigned range and progression values in range intrinsics
This commit is contained in:
+10
@@ -24198,6 +24198,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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