doorgan / sourceror

Utilities to manipulate Elixir source code
Apache License 2.0
326 stars 22 forks source link

Sourceror.get_range returns nil for a "terse" function #145

Closed scohen closed 4 months ago

scohen commented 5 months ago

get_range returns nil for functions without an end keyword

def rpc_call(pid, call = %Call{method: unquote(method_name)}),
  do: GenServer.unquote(genserver_method)(pid, call)