mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added error codes to SyntaxTest expectations (updated tests)
This commit is contained in:
@@ -4,4 +4,4 @@ contract C {
|
||||
function g() public { f(1, 2, 3); }
|
||||
}
|
||||
// ----
|
||||
// TypeError: (101-102): No matching declaration found after argument-dependent lookup.
|
||||
// TypeError 9322: (101-102): No matching declaration found after argument-dependent lookup.
|
||||
|
||||
Reference in New Issue
Block a user