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:
@@ -7,6 +7,6 @@ contract A {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning: (87-93): Unused local variable.
|
||||
// Warning: (121-127): Unused local variable.
|
||||
// Warning: (17-150): Function state mutability can be restricted to pure
|
||||
// Warning 2072: (87-93): Unused local variable.
|
||||
// Warning 2072: (121-127): Unused local variable.
|
||||
// Warning 2018: (17-150): Function state mutability can be restricted to pure
|
||||
|
||||
Reference in New Issue
Block a user