Join Slack
Powered by
eg in ``` if(key is Int) { val ai = key...
# announcements
s
svd
12/02/2016, 12:14 PM
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
Open in Slack
Previous
Next