Files
babel/packages/babel-parser/test/fixtures/es2015/class-methods/direct-super-outside-constructor/options.json
2018-09-24 18:09:54 -05:00

4 lines
137 B
JSON

{
"throws": "super() is only valid inside a class constructor. Make sure the method name is spelled exactly as 'constructor'. (2:8)"
}