E0294: abstract methods cannot contain a body
TypeScript abstract methods in classes do not have bodies. It is a syntax error
to write a method body for a method marked abstract
:
To fix this error, remove the abstract
keyword:
Introduced in quick-lint-js version 2.10.0.
Documentation for other errors