This pattern makes expectations more explicit by making test files more literal.
Authored via the following command: $ find test -type f -print0 | \ xargs -0 sed \ -i 's/^\(\s*\)negative:\s*SyntaxError\s*$/\1negative:\n\1 phase: early\n\1 type: SyntaxError/g'
Assert that declarations are not permitted in positions reserved for statements only.