You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was confused by this. I figured out that apply is inlined to __MODULE__.name_of_function..., but it took a minute to understand that the function definition I was looking at wasn't being found because it was private.
I think that something like "undefined (or private) function Foo.bar/2" would be a clearer error.