mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
15 lines
229 B
Julia
15 lines
229 B
Julia
function test(a::Union{Number,
|
|
String,
|
|
Nothing},
|
|
b::Number)
|
|
end
|
|
|
|
function test(
|
|
a::Union{
|
|
Number,
|
|
String,
|
|
Nothing
|
|
},
|
|
b::Number
|
|
)
|
|
end
|