tvl-depot/third_party/git/t/t4018/elixir-module
2020-05-22 17:46:45 +01:00

9 lines
106 B
Text

defmodule RIGHT do
@moduledoc """
Foo bar
"""
def ChangeMe(a) where is_map(a) do
a
end
end