-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
error handlingHandling of exceptions by Julia or the userHandling of exceptions by Julia or the user
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).
Metadata
Metadata
Assignees
Labels
error handlingHandling of exceptions by Julia or the userHandling of exceptions by Julia or the user