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

14 lines
217 B
Julia
Raw Normal View History

function test(a::Number,
b::Float64,
c::Union{Float64, Integer},
d::Bool)
end
function test(
a::Number,
b::Float64,
c::Union{Float64, Integer},
d::Bool
)
end