Merge branch 'jk/send-pack-remote-failure'
[git] / t / t4018 / elixir-module
CommitLineData
a807200f
ŁN
1defmodule RIGHT do
2 @moduledoc """
3 Foo bar
4 """
5
6 def ChangeMe(a) where is_map(a) do
7 a
8 end
9end