This won't compile in the second version: ``` ...
# announcements
m
This won't compile in the second version:
Copy code
class Z(override val x: Int) : Xable
    arrayOf(Z(1)).of(4)