FinalAttributeChecker

Checks for useless usage of the final attribute.

There are several cases where the compiler allows them even if it's a noop.

final
class FinalAttributeChecker : BaseAnalyzer {}

Constructors

this
this(string fileName, bool skipTests = false)

Inherited Members

From BaseAnalyzer

visit
void visit(const Unittest unittest_)

Visits a unittest.

fileName
string fileName;

The file name

Meta