Merge branch 'master' of github.com:Softcatala/git-po
[git] / t / t4018 / elixir-module-func
1 defmodule Foo do
2   def fun(RIGHT) do
3      # Code
4      # Code
5      # Code
6      ChangeMe
7   end
8 end