Join Slack
Powered by
If what you tried were allowed the following probl...
# getting-started
d
diesieben07
06/08/2017, 4:10 PM
If what you tried were allowed the following problem would arise:
Copy code
val a: Array<Node> = TODO() val b: Array<Node?> = a b += null // a now contains null?!
👍 1
5
Views
Open in Slack
Previous
Next