Fix isNegated psi method in KtWhenConditionInRange

^KT-34395 Fixed
This commit is contained in:
victor.petukhov
2020-01-10 14:52:45 +03:00
committed by Victor Petukhov
parent a10f37dd50
commit fc7b836151
5 changed files with 6 additions and 8 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun box(): String {
val shouldBeTrue = 555555555555555555L in 123456789123456789L..987654321987654321L
if (!shouldBeTrue) return "Fail 1"