Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/elixir/lib/kernel/special_forms.ex
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,8 @@ defmodule Kernel.SpecialForms do
Currently it only works on special forms (for example, you can annotate a `case`
but not an `if`).

* `:file` - sets the quoted expressions to have the given file.

* `:line` - sets the quoted expressions to have the given line.

* `:location` - when set to `:keep`, keeps the current line and file from
Expand Down