Is there some option/visualization to understand w...
# intellij
h
Is there some option/visualization to understand why IntelliJ says this check always results into `true`/`false`?
a
In Java, there is a "Find cause" action, but not in Kotlin yet. Please follow https://youtrack.jetbrains.com/issue/KTIJ-20421
h
Thanks 😄 BTW why there is no Kotlin 1.6.10-RC version in Kotlin issue template?
a
Hm, probably we forgot to add it, but it shouldn't matter very much now, because proper 1.6.10 will be released soon.
h
so using 1.6.10 is fine?
a
Sure, although it wouldn't hurt to specify in the issue description that it's really 1.6.10-RC that you're using.
c
I’m not sure if its helpful but what i do in cases like this is extract variables until it is obvious why the condition is always true.