so while this ```val (aX, aY) = a when(aX)...
# announcements
e
so while this
Copy code
val (aX, aY) = a
        when(aX) {
            is Float -> {
                res.x = aX < b.x.f
                res.y = aY < b.y.f // error
            }
works fine for the x, it doesnt for the y