Files
babel/packages/babylon/test/fixtures/es2015/class-methods/direct-super-outside-constructor/options.json
2017-11-01 16:16:48 +01: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)"
}