Is there a particular reason why `lazy` and `{` ha...
# announcements
d
Is there a particular reason why
lazy
and
{
have to be on the same line?
k
because otherwise the syntax is ambigious and semicolons are optional
you can work around it by writing
Copy code
lazy()
{ }
but I would recommend just sticking to the default code style