about summary refs log tree commit diff
path: root/third_party/git/t/t4018/elixir-module
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4018/elixir-module')
-rw-r--r--third_party/git/t/t4018/elixir-module9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/git/t/t4018/elixir-module b/third_party/git/t/t4018/elixir-module
new file mode 100644
index 0000000000..91a4e7aa20
--- /dev/null
+++ b/third_party/git/t/t4018/elixir-module
@@ -0,0 +1,9 @@
+defmodule RIGHT do
+  @moduledoc """
+  Foo bar
+  """
+
+  def ChangeMe(a) where is_map(a) do
+    a
+  end
+end