KT-32044 Fix unsigned integer coercion in loop intrinsics
This commit is contained in:
+5
@@ -25100,6 +25100,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedRangeLiteral.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInUnsignedRangeWithCoercion.kt")
|
||||
public void testForInUnsignedRangeWithCoercion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedRangeWithCoercion.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInUnsignedUntil.kt")
|
||||
public void testForInUnsignedUntil() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedUntil.kt");
|
||||
|
||||
Reference in New Issue
Block a user