We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e81b9 commit 6ae63c2Copy full SHA for 6ae63c2
docs/assembly.rst
@@ -216,6 +216,7 @@ shadow any declaration visible in the scope of the inline assembly block
216
Since Solidity 0.7.0, variables and functions declared inside the
217
inline assembly block may not contain ``.``, but using ``.`` is
218
valid to access Solidity variables from outside the inline assembly block.
219
+However, it is still valid to use dots if you use Solidity in Yul-only mode.
220
221
Things to Avoid
222
---------------
0 commit comments