Fix incorrect unused parameter warnings in function types
This commit is contained in:
parent
a6deb61207
commit
8d34ba7144
|
@ -53,6 +53,8 @@ class UnusedVariableCheck : BaseAnalyzer
|
||||||
popScope();
|
popScope();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override void visit(const Type type) {}
|
||||||
|
|
||||||
mixin template PartsUseVariables(NodeType)
|
mixin template PartsUseVariables(NodeType)
|
||||||
{
|
{
|
||||||
override void visit(const NodeType node)
|
override void visit(const NodeType node)
|
||||||
|
|
Loading…
Reference in New Issue