Merge pull request #4241 from ethereum/show-named-arg

Show named argument name in error
This commit is contained in:
Alex Beregszaszi
2018-06-06 16:32:08 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -8,4 +8,4 @@ contract test {
}
// ----
// Warning: (31-37): This declaration shadows an existing declaration.
// TypeError: (153-168): Named argument does not match function declaration.
// TypeError: (153-168): Named argument "c" does not match function declaration.