]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4018/elixir-module
Merge branch 'dl/switch-c-option-in-error-message'
[thirdparty/git.git] / t / t4018 / elixir-module
1 defmodule RIGHT do
2 @moduledoc """
3 Foo bar
4 """
5
6 def ChangeMe(a) where is_map(a) do
7 a
8 end
9 end