mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4241 from ethereum/show-named-arg
Show named argument name in error
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user