```fun <T:Any> T.n() : T? = this val nullabl...
# announcements
s
Copy code
fun <T:Any> T.n() : T? = this
val nullableLong = 1L.n() ?