Join Slack
Powered by
in the following code ``` val value = System.getPr...
# announcements
k
kirillrakhman
06/23/2016, 2:44 PM
in the following code
Copy code
val value = System.getProperty("key") if (value != null) { value.toUpperCase() }
two subsequent null checks are generated. doesn't smart cast work for platform types?
Open in Slack
Previous
Next