Remove unary + from the type system
This commit is contained in:
Albert
2018-12-06 01:54:04 +01:00
parent 15e28fa444
commit df08d79623
2 changed files with 4 additions and 4 deletions
@@ -6,3 +6,4 @@ contract test {
}
// ----
// SyntaxError: (70-72): Use of unary + is disallowed.
// TypeError: (70-72): Unary operator + cannot be applied to type uint256