``` @Suppress("USELESS_CAST") inline fun <T>...
# announcements
p
Copy code
@Suppress("USELESS_CAST")
inline fun <T> T.nullable(): T? { return this as T? }