Join Slack
Powered by
<@U092308M7> commented on <@U2VN6USRH>’s file <htt...
# announcements
u
user
05/18/2017, 11:11 AM
@orangy
commented on
@dpoetzsch
’s file
https://kotlinlang.slack.com/files/U2VN6USRH/F5F25EU1G/-.kt
: You need to give compiler more information about
T
, and that’s like this:
Copy code
inline fun <reified T> f(x: Any?): T? = x as? T
-.kt
Open in Slack
Previous
Next