git/t/t4018/elixir-nested-module

10 lines
112 B
Plaintext

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