nvim-treesitter/tests/indent/julia/parameter_list.jl

16 lines
164 B
Julia
Raw Normal View History

function test(a, b, c, d, e)
vcat(a,
b,
c,
d,
e)
vcat(
a,
b,
c,
d,
e
)
end