mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 16:42:28 +03:00
8 lines
167 B
Plaintext
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() {}
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|