completion: clean up the __git_find_on_cmdline() helper function
[git] / t / t4018 / elixir-module-func
1 defmodule Foo do
2   def fun(RIGHT) do
3      # Code
4      # Code
5      # Code
6      ChangeMe
7   end
8 end