mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
|
|
x Invalid access to super
|
|
,-[$DIR/tests/span/js/super/obj1.js:2:1]
|
|
2 | a: function a() {
|
|
3 | super.x;
|
|
: ^
|
|
4 | },
|
|
`----
|