Fix isNegated psi method in KtWhenConditionInRange
^KT-34395 Fixed
This commit is contained in:
committed by
Victor Petukhov
parent
a10f37dd50
commit
fc7b836151
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
fun box(): String {
|
||||
val shouldBeTrue = 555555555555555555L in 123456789123456789L..987654321987654321L
|
||||
if (!shouldBeTrue) return "Fail 1"
|
||||
|
||||
Reference in New Issue
Block a user