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
-3
@@ -7,6 +7,6 @@ abstract contract C {
|
||||
function g() {}
|
||||
}
|
||||
// ----
|
||||
// SyntaxError: (158-171): No visibility specified. Did you intend to add "external"?
|
||||
// SyntaxError: (200-215): No visibility specified. Did you intend to add "public"?
|
||||
// TypeError: (158-171): Functions in interfaces must be declared external.
|
||||
// SyntaxError 4937: (158-171): No visibility specified. Did you intend to add "external"?
|
||||
// SyntaxError 4937: (200-215): No visibility specified. Did you intend to add "public"?
|
||||
// TypeError 1560: (158-171): Functions in interfaces must be declared external.
|
||||
|
||||
Reference in New Issue
Block a user