eg in ``` if(key is Int) { val ai = key...
# announcements
s
eg in
Copy code
if(key is Int) {
        val ai = key
        key.and(0xff)
    }
key is seen as an Int but ai IJ says ai is of type Any