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:
@@ -8,5 +8,5 @@
|
||||
// ====
|
||||
// dialect: evmTyped
|
||||
// ----
|
||||
// TypeError: (51-52): Assigning a value of type "u256" to a variable of type "bool".
|
||||
// TypeError: (62-63): Assigning a value of type "bool" to a variable of type "u256".
|
||||
// TypeError 9547: (51-52): Assigning a value of type "u256" to a variable of type "bool".
|
||||
// TypeError 9547: (62-63): Assigning a value of type "bool" to a variable of type "u256".
|
||||
|
||||
Reference in New Issue
Block a user