JVM: KT-40664 disable optimization for 'ULong in range of UInt' case
This commit is contained in:
+5
@@ -25957,6 +25957,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/ranges/unsigned/kt36953_continue.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("outOfBoundsInMixedContains.kt")
|
||||
public void testOutOfBoundsInMixedContains() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/unsigned/outOfBoundsInMixedContains.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/ranges/unsigned/expression")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Reference in New Issue
Block a user