KT-29229 Intrinsify 'in' operator for unsigned integer ranges
Support mixed type case, e.g., '[UByte] in [UIntRange]'.
This commit is contained in:
@@ -3448,6 +3448,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/ranges/inComparableRangeLiteral.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inMixedUnsignedRange.kt")
|
||||
public void testInMixedUnsignedRange() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/ranges/inMixedUnsignedRange.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inNonMatchingRangeIntrinsified.kt")
|
||||
public void testInNonMatchingRangeIntrinsified() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/ranges/inNonMatchingRangeIntrinsified.kt");
|
||||
|
||||
Reference in New Issue
Block a user