Join Slack
Powered by
This is legal: ``` fun String?.nullMethod() = prin...
# announcements
c
cedric
01/07/2016, 5:57 AM
This is legal:
Copy code
fun String?.nullMethod() = println("NULL METHOD") val a:String? = null a.nullMethod()
2
Views
Open in Slack
Previous
Next