``` when (s) { !is Int -> {} !=...
# getting-started
n
Copy code
when (s) {
        !is Int -> {}
        != 200 -> {} // not compile
        !in 1..10 -> {}
    }
it’s a logical request