Merge branch 'bc/run-command-nullness-after-free-fix' into maint
[git] / t / t4018 / elixir-protocol-implementation
1 defimpl RIGHT do
2   # Docs
3   # Docs
4   def foo(ChangeMe), do: :ok
5 end