mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
13 lines
217 B
Julia
13 lines
217 B
Julia
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
|