From ce7c7aca798bd11f51e23ef0ff104405d09fb220 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Mon, 16 Jul 2018 17:00:47 +0200 Subject: [PATCH] Extend code comment about signatures. --- libsolidity/analysis/DeclarationContainer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 (