Merge branch 'jk/report-fn-typedef'
[git] / t / t4018 / elixir-protocol-implementation
1 defimpl RIGHT do
2   # Docs
3   # Docs
4   def foo(ChangeMe), do: :ok
5 end