Files
2026-06-20 14:49:53 +09:00

11 lines
164 B
Elixir

def f(x) do
helper(x)
# ^ @function
x |> Mod.doThing()
# ^ @function
"#{String.upcase(x)}"
# ^ @function
is_binary(x)
# ^ @function
end