Disallow sha3/suicide aliases

This commit is contained in:
Alex Beregszaszi
2018-06-12 18:16:18 +01:00
parent 0e23b5e954
commit 9de45383d8
7 changed files with 19 additions and 111 deletions
@@ -8,5 +8,5 @@ contract test {
}
}
// ----
// Warning: (58-64): "sha3" has been deprecated in favour of "keccak256"
// Warning: (99-109): "suicide" has been deprecated in favour of "selfdestruct"
// TypeError: (58-64): "sha3" has been deprecated in favour of "keccak256"
// TypeError: (99-109): "suicide" has been deprecated in favour of "selfdestruct"