JVM: KT-40664 disable optimization for 'ULong in range of UInt' case

This commit is contained in:
Dmitry Petrov
2020-07-29 15:22:21 +03:00
parent f2493d0950
commit dae358c792
11 changed files with 66 additions and 17 deletions
@@ -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)