new style container brackets notation don't cause the same compiler warnings as functional notation
gnembon opened this issue ยท 3 comments
m() m()
- reports missing operator between function invocation
but
{} {}
- doesn't report it in place but fails in general validation of the parse tree.
Also if there is no semicolon after the map, dunno about list, it will give the error:
Too many variables in app.sc
Error loading app