Fix isNegated psi method in KtWhenConditionInRange
^KT-34395 Fixed
This commit is contained in:
committed by
Victor Petukhov
parent
a10f37dd50
commit
fc7b836151
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user