Join Slack
Communities
Powered by
Hi guys, i have a question. One of my coworkers d...
# language-proposals
y
ygorbarboza
01/11/2017, 9:53 PM
Hi guys, i have a question. One of my coworkers did this code
Copy code
val j: Int? = null j.apply()
I really though that the
j.apply()
was going to thrown a NPE but got confused when i opened the IDE let the code build.
Open in Slack
Previous
Next