mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix wrong name used in error message when reporting invalid named argument
This commit is contained in:
@@ -10,4 +10,4 @@ contract test {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// TypeError 4974: (249-288): Named argument "a" does not match function declaration.
|
||||
// TypeError 4974: (249-288): Named argument "x" does not match function declaration.
|
||||
|
||||
Reference in New Issue
Block a user