DuplicateAttributeCheck

Checks for duplicate attributes such as @property, @safe, @trusted, @system, pure, and nothrow

class DuplicateAttributeCheck : BaseAnalyzer {}

Inherited Members

From BaseAnalyzer

visit
void visit(const Unittest unittest_)

Visits a unittest.

fileName
string fileName;

The file name

Meta