hi, I wanted to do all checks using when
so my function takes one argument as Int and another one as Int, in the body of the function I do the sum of two and I wanted to use when like so
"fun abc(size : Int, x : Int)"
when(sum) {
is bigger than size -> return false
is it possible to make "is bigger than" in when condition?