Join Slack
Powered by
``` @Suppress("USELESS_CAST") inline fun <T>...
# announcements
p
passsy
05/29/2016, 10:31 PM
Copy code
@Suppress("USELESS_CAST") inline fun <T> T.nullable(): T? { return this as T? }
13
Views
Open in Slack
Previous
Next