It actually is, because you're creating an entirel...
# language-proposals
f
It actually is, because you're creating an entirely temporary wrapper...
Copy code
val b = Base()
...
val d = Derived(b)
...
<b is still present and usable after d has been disposed of>