Intrinsify 'in' with unsigned ranges
This commit is contained in:
+15
@@ -18668,11 +18668,26 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedUntil.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inUnsignedDownTo.kt")
|
||||
public void testInUnsignedDownTo() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/inUnsignedDownTo.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inUnsignedRange.kt")
|
||||
public void testInUnsignedRange() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/inUnsignedRange.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inUnsignedRangeLiteral.kt")
|
||||
public void testInUnsignedRangeLiteral() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/inUnsignedRangeLiteral.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inUnsignedUntil.kt")
|
||||
public void testInUnsignedUntil() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/inUnsignedUntil.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("iterateOverArrayOfUnsignedValues.kt")
|
||||
public void testIterateOverArrayOfUnsignedValues() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/iterateOverArrayOfUnsignedValues.kt");
|
||||
|
||||
+15
@@ -19718,11 +19718,26 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/forInUnsignedUntil.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inUnsignedDownTo.kt")
|
||||
public void testInUnsignedDownTo() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/inUnsignedDownTo.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inUnsignedRange.kt")
|
||||
public void testInUnsignedRange() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/inUnsignedRange.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inUnsignedRangeLiteral.kt")
|
||||
public void testInUnsignedRangeLiteral() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/inUnsignedRangeLiteral.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inUnsignedUntil.kt")
|
||||
public void testInUnsignedUntil() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/inUnsignedUntil.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("iterateOverArrayOfUnsignedValues.kt")
|
||||
public void testIterateOverArrayOfUnsignedValues() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/unsignedTypes/iterateOverArrayOfUnsignedValues.kt");
|
||||
|
||||
Reference in New Issue
Block a user