about summary refs log tree commit diff
path: root/third_party/git/t/t4018/elixir-module
blob: 91a4e7aa200047d7e633041b26d67a90f9278e63 (plain) (blame)
1
2
3
4
5
6
7
8
9
defmodule RIGHT do
  @moduledoc """
  Foo bar
  """

  def ChangeMe(a) where is_map(a) do
    a
  end
end