vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.84k stars 788 forks source link

Incorrect Documentation for `shift()` #4107

Open ritzdorf opened 4 months ago

ritzdorf commented 4 months ago

Version Information

According to the documentation, the now deprecated shift built-in is supposed to return values of type uint256. However, when called on a value of type int256 it returns an int256.