Closed
Description
test.jl:
function test(a, b)
c = 0
d = 3
d = d + a(b, d]
end
julia test.jl
:
ERROR: syntax: unexpected "]" in argument list in include_from_node1 at loading.jl:120 while loading test.jl, in expression starting on line 1
It would be better if the error will be point out more precisely (instead of just pointing at the beginning of the function).