Join Slack
Powered by
`is` looks similar but more complicated: `expr is ...
# announcements
m
miha-x64
02/02/2017, 12:04 PM
is
looks similar but more complicated:
expr is Type
->
infix fun Any?.is(type: Type): Boolean
won’t work, because type is not an expression, we’ll need
::class
Open in Slack
Previous
Next