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 bb8ad44 commit c35edd1Copy full SHA for c35edd1
lib/elixir/lib/macro.ex
@@ -155,8 +155,10 @@ defmodule Macro do
155
`do`-`end` blocks (when `:token_metadata` is true)
156
157
* `:end_of_expression` - denotes when the end of expression effectively
158
- happens (when `:token_metadata` is true). Available for all expressions
159
- except the last one inside a `__block__`
+ happens (when `:token_metadata` is true). This is only available for
+ direct children of a `__block__`, and it is either the location of a
160
+ newline or of the `;` character. The last expression of `__block__`
161
+ does not have this metadata.
162
163
* `:indentation` - indentation of a sigil heredoc
164
0 commit comments