summaryrefslogtreecommitdiff
path: root/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template')
-rw-r--r--src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template
index 971f916cf..cb7c78938 100644
--- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template
+++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template
@@ -11,7 +11,7 @@ info: |
It is a Syntax Error if any element of the LexicallyDeclaredNames of
CaseBlock also occurs in the VarDeclaredNames of CaseBlock.
negative:
- phase: early
+ phase: parse
type: SyntaxError
---*/