mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
14 lines
217 B
Julia
14 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
|