E0007: classes cannot be named 'let'
Classes declared with class
cannot be named let
.
To fix this error, name the class something other than let
, or declare the
class with var
:
Introduced in quick-lint-js version 0.2.0.
Find bugs in JavaScript programs.
Classes declared with class
cannot be named let
.
To fix this error, name the class something other than let
, or declare the
class with var
:
Introduced in quick-lint-js version 0.2.0.