Hi guys, i have a question. One of my coworkers d...
# language-proposals
y
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.