mirror of
https://github.com/swc-project/swc.git
synced 2024-12-04 19:46:22 +03:00
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
|
|
x Invalid access to super
|
|
,-[$DIR/tests/span/js/super/obj2.js:1:1]
|
|
1 | let o = {
|
|
2 | a: super.x,
|
|
: ^
|
|
3 | };
|
|
`----
|