Skip to content

Commit 17b48a1

Browse files
Mention that dots are still allowed in variables/function names in yul-only mode
1 parent 19db669 commit 17b48a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/assembly.rst

+1
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)