Skip to content

Commit

Permalink
add missing :expr to surround_context typespec (#13034)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson authored Oct 25, 2023
1 parent 0a7a41c commit cbf4b8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/elixir/lib/code/fragment.ex
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,8 @@ defmodule Code.Fragment do
| {:dot, inside_dot, charlist}
| {:module_attribute, charlist}
| {:unquoted_atom, charlist}
| {:var, charlist},
| {:var, charlist}
| :expr,
inside_alias:
{:local_or_var, charlist}
| {:module_attribute, charlist},
Expand Down

0 comments on commit cbf4b8c

Please sign in to comment.