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
+2 -2
View File
@@ -11,7 +11,7 @@ Crumbs:
when (xxx)
…num.SomeLongValue ->
when (yyy)
in Int.MIN_VALUE..… ->
!in Int.MIN_VALUE..… ->
when (zzz)
is A,… ->
when (x1)
@@ -31,7 +31,7 @@ Tooltips:
when (xxx)
SomeEnum.SomeLongValue ->
when (yyy)
in Int.MIN_VALUE..Int.MAX_VALUE ->
!in Int.MIN_VALUE..Int.MAX_VALUE ->
when (zzz)
is A,… ->
when (x1)