Declaration ending in closing curly bracket still has to be terminated with a semicolon.
However, }s should also act as declaration terminators (e.g. module a of { module b of {} } works today).
This fails to parse even though it should successfully parse:
Declaration ending in closing curly bracket still has to be terminated with a semicolon. However,
}
s should also act as declaration terminators (e.g.module a of { module b of {} }
works today).This fails to parse even though it should successfully parse:
Current workaround: