swc/crates/swc_ecma_parser/tests/errors/arguments/input.js

9 lines
102 B
JavaScript

class A {
static {
class B {
[arguments]
}
}
foo = arguments
}