UselessInitializerChecker

Check that detects the initializers that are not different from the implcit initializer.

final
class UselessInitializerChecker : BaseAnalyzer {
enum msg;
enum msg;
}

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