Remove support for undeclared globals
hendrikvanantwerpen opened this issue · 0 comments
hendrikvanantwerpen commented
Undeclared globals currently lead to a warning, but not an error.
Support for that should be removed, and using undeclared globals should result in a hard error during checking.