f33d5173 parent
This is a new syntax, so it is opt-in. The new syntax can be conceived as syntax sugar that lets you rewrite
as
Ie, with lazy, the import happens at the site of usage. Since clearly this is code that could already be written, it only breaks things in the sense that someone could already write broken code. Since it is opt in, if using it breaks some code, then people will notice that and choose not to rewrite that code using it.
This is already addressed in my comment above.