Static Analyzer for Solidity
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
slither/tests/e2e/vyper_parsing/test_data/for3.vy

6 lines
105 B

@external
def get_D(_xp: uint256[3], _amp: uint256):
S: uint256 = 0
for x in _xp:
S += x