You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: type: apply_type: in Vararg, expected Type{T<:Top}, got (Int64,Array{Int64,1})
in main at /tmp/bug.jl:6
in include at boot.jl:244
in include_from_node1 at loading.jl:128
while loading /tmp/bug.jl, in expression starting on line 8
While, if bar is set to a simple literal, or even to a tuple (e,g, bar = (2, 3) instead of bar = [2, 3]), everything works normally.
The text was updated successfully, but these errors were encountered:
The following fragment fails to run:
I get:
While, if bar is set to a simple literal, or even to a tuple (e,g,
bar = (2, 3)
instead ofbar = [2, 3]
), everything works normally.The text was updated successfully, but these errors were encountered: