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

9 lines
112 B
Text

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