Closed solemnwarning closed 2 years ago
e.g:
for(int i = 0; i < x; ++i) {}
This comes through as an invalid expression since the for loop grammar doesn't allow non-local variable definitions, should have a clearer error message.
e.g:
This comes through as an invalid expression since the for loop grammar doesn't allow non-local variable definitions, should have a clearer error message.