We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19db669 commit cecd02dCopy full SHA for cecd02d
docs/assembly.rst
@@ -216,6 +216,8 @@ 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 ``.`` if you use Solidity in Yul-only mode,
220
+e.g, with ``--assemble`` or ``--strict-assembly``.
221
222
Things to Avoid
223
---------------
0 commit comments