mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
8 lines
261 B
Plaintext
8 lines
261 B
Plaintext
|
|
x A switch block cannot have multiple defaults
|
|
,-[$DIR/tests/test262-parser/fail/fb130c395c6aafe7.js:1:1]
|
|
1 | switch (c) { default: default: }
|
|
: ^^^|^^^ ^^^^^^^
|
|
: `-- previous default case is declared at here
|
|
`----
|