does this code break for anyone else? ```when ("so...
# compose
p
does this code break for anyone else?
Copy code
when ("some string".length) {
    in 0..6 -> false
    else -> true
}
I’m getting this error when I try to compile/build this code snippet in modules with compose:
Caused by: java.lang.ClassCastException: org.jetbrains.kotlin.psi.KtWhenConditionInRange cannot be cast to org.jetbrains.kotlin.psi.KtExpression