E2006 Parse Errors
unclosed-bracket
missing closing bracket
When this occurs
Missing `]`
Example error message
error[E2006]:
unclosed bracket - expected ']'
How to fix
Add a closing `]` to match your opening bracket.
missing closing bracket
Missing `]`
Add a closing `]` to match your opening bracket.