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 c4f03dc commit 0c7d09cCopy full SHA for 0c7d09c
lib/elixir/lib/kernel/special_forms.ex
@@ -835,6 +835,8 @@ defmodule Kernel.SpecialForms do
835
Currently it only works on special forms (for example, you can annotate a `case`
836
but not an `if`).
837
838
+ * `:file` - sets the quoted expressions to have the given file.
839
+
840
* `:line` - sets the quoted expressions to have the given line.
841
842
* `:location` - when set to `:keep`, keeps the current line and file from
0 commit comments