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:
@@ -3,5 +3,5 @@ contract B is C {
|
||||
constructor() C(2) C(2) public {}
|
||||
}
|
||||
// ----
|
||||
// DeclarationError: (81-85): Base constructor arguments given twice.
|
||||
// DeclarationError: (86-90): Base constructor already provided.
|
||||
// DeclarationError 3364: (81-85): Base constructor arguments given twice.
|
||||
// DeclarationError 1697: (86-90): Base constructor already provided.
|
||||
|
||||
Reference in New Issue
Block a user