Files
babel/packages/babel-plugin-transform-classes/test/fixtures/spec/super-illegal-non-constructor-call/options.json

4 lines
131 B
JSON

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