Skip to content

Commit 660b918

Browse files
Merge pull request #16051 from ethereum/amendInlineAssemblyDocs
Amend Inline Assembly docs to include information about dots allowed in identifiers
2 parents b8e81b9 + 6ae63c2 commit 660b918

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
@@ -216,6 +216,7 @@ shadow any declaration visible in the scope of the inline assembly block
216216
Since Solidity 0.7.0, variables and functions declared inside the
217217
inline assembly block may not contain ``.``, but using ``.`` is
218218
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.
219220

220221
Things to Avoid
221222
---------------

0 commit comments

Comments
 (0)