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:
@@ -23,9 +23,9 @@ interface Sub is SuperA, SuperB {
|
||||
}
|
||||
|
||||
// ----
|
||||
// TypeError: (572-616): Overriding function is missing "override" specifier.
|
||||
// TypeError: (572-616): Overriding function is missing "override" specifier.
|
||||
// TypeError: (572-616): Function needs to specify overridden contracts "SuperA" and "SuperB".
|
||||
// TypeError: (647-655): Function needs to specify overridden contracts "SuperA" and "SuperB".
|
||||
// TypeError: (705-721): Function needs to specify overridden contract "SuperB".
|
||||
// TypeError: (771-787): Function needs to specify overridden contract "SuperA".
|
||||
// TypeError 9456: (572-616): Overriding function is missing "override" specifier.
|
||||
// TypeError 9456: (572-616): Overriding function is missing "override" specifier.
|
||||
// TypeError 4327: (572-616): Function needs to specify overridden contracts "SuperA" and "SuperB".
|
||||
// TypeError 4327: (647-655): Function needs to specify overridden contracts "SuperA" and "SuperB".
|
||||
// TypeError 4327: (705-721): Function needs to specify overridden contract "SuperB".
|
||||
// TypeError 4327: (771-787): Function needs to specify overridden contract "SuperA".
|
||||
|
||||
Reference in New Issue
Block a user