Skip to content

Commit

Permalink
Add clause to form_to_mfa/1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarvstrand committed Apr 13, 2013
1 parent 84bca6f commit bb4ce23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/edts/src/edts_code.erl
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ form_to_mfa({op, _, '/', {remote, _,
{atom, _, F}},
{integer, _, A}}) -> {M, F, A};
form_to_mfa({'fun', _, {function, F, A}}) -> {F, A};
form_to_mfa({'fun', _, {function, M, F, A}}) -> {M, F, A};
form_to_mfa({'fun', _, {function,
{atom, _, M},
{atom, _, F},
Expand Down

0 comments on commit bb4ce23

Please sign in to comment.