diff --git a/analysis/unused.d b/analysis/unused.d index 73224c9..928fda0 100644 --- a/analysis/unused.d +++ b/analysis/unused.d @@ -53,6 +53,8 @@ class UnusedVariableCheck : BaseAnalyzer popScope(); } + override void visit(const Type type) {} + mixin template PartsUseVariables(NodeType) { override void visit(const NodeType node)