Added error codes to SyntaxTest expectations (updated tests)

This commit is contained in:
a3d4
2020-06-22 16:51:47 +02:00
parent 8ebe7676d5
commit e04cedafc5
1775 changed files with 3951 additions and 3952 deletions
@@ -7,8 +7,8 @@ contract C {
}
}
// ----
// TypeError: (77-85): Types cannot be sliced.
// TypeError: (77-88): Explicit type conversion not allowed from "uint256[] memory" to "uint256".
// TypeError: (98-107): Types cannot be sliced.
// TypeError: (98-110): Explicit type conversion not allowed from "uint256[] memory" to "uint256".
// TypeError: (120-130): Types cannot be sliced.
// TypeError 1760: (77-85): Types cannot be sliced.
// TypeError 9640: (77-88): Explicit type conversion not allowed from "uint256[] memory" to "uint256".
// TypeError 1760: (98-107): Types cannot be sliced.
// TypeError 9640: (98-110): Explicit type conversion not allowed from "uint256[] memory" to "uint256".
// TypeError 1760: (120-130): Types cannot be sliced.