would it be possible though to support stuff like ...
# announcements
u
would it be possible though to support stuff like this:
Copy code
val s = "foo"
when (s) {
        isEmpty() -> println("empty")
        else -> Unit
}