summaryrefslogtreecommitdiff
path: root/t/t4018/elixir-module-func
blob: c9910d0675130df7e778ba1c222c58da7854c2f6 (plain)
1
2
3
4
5
6
7
8
defmodule Foo do
  def fun(RIGHT) do
     # Code
     # Code
     # Code
     ChangeMe
  end
end