esprima icon indicating copy to clipboard operation
esprima copied to clipboard

Fix super() in non derived class

Open eryue0220 opened this issue 5 years ago • 1 comments

This pr solved the #2000 problem.

eryue0220 avatar Nov 28 '20 08:11 eryue0220

@eryue0220

I think this test is still broken:

test/language/statements/class/syntax/class-body-method-definition-super-property.js see: https://github.com/tc39/test262/blob/main/test/language/statements/class/syntax/class-body-method-definition-super-property.js

jogibear9988 avatar Jun 15 '21 20:06 jogibear9988