Skip to content

Commit 586c3ca

Browse files
Update tested docs examples
1 parent 142fe64 commit 586c3ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/assembly.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Solidity language without a compiler change.
4646
pragma solidity >=0.4.16 <0.9.0;
4747
4848
library GetCode {
49+
// This will report a warning - at you will be promoted to reserved keyword
4950
function at(address addr) public view returns (bytes memory code) {
5051
assembly {
5152
// retrieve the size of the code, this needs assembly

0 commit comments

Comments
 (0)