swc/crates/swc_ecma_parser/tests/errors/label/input.js.swc-stderr
2022-11-29 09:47:56 +00:00

8 lines
167 B
Plaintext

x Function cannot be labelled in strict mode
,-[$DIR/tests/errors/label/input.js:1:1]
1 | "use strict"
2 | a: function b() {}
: ^^^^^^^^^^^^^^^
`----