diff --git a/libsolidity/analysis/DeclarationContainer.cpp b/libsolidity/analysis/DeclarationContainer.cpp index 59a3d5221..347daaf82 100644 --- a/libsolidity/analysis/DeclarationContainer.cpp +++ b/libsolidity/analysis/DeclarationContainer.cpp @@ -49,7 +49,8 @@ Declaration const* DeclarationContainer::conflictingDeclaration( dynamic_cast(&_declaration) ) { - // check that all other declarations are of the same kind + // check that all other declarations are of the same kind (in which + // case the type checker will ensure that the signatures are different) for (Declaration const* declaration: declarations) { if (