LocalImportCheck

Checks for local imports that import all symbols.

Constructors

this
this(string fileName, const(Scope)* sc, bool skipTests = false)

Construct with the given file name.

Inherited Members

From BaseAnalyzer

visit
void visit(const Unittest unittest_)

Visits a unittest.

fileName
string fileName;

The file name

See Also

Meta