We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142fe64 commit 586c3caCopy full SHA for 586c3ca
docs/assembly.rst
@@ -46,6 +46,7 @@ Solidity language without a compiler change.
46
pragma solidity >=0.4.16 <0.9.0;
47
48
library GetCode {
49
+ // This will report a warning - at you will be promoted to reserved keyword
50
function at(address addr) public view returns (bytes memory code) {
51
assembly {
52
// retrieve the size of the code, this needs assembly
0 commit comments