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
julia>lintfile("filename.jl","[[1,1],[1,2]]")
filename.jl:1 E424 : nested vect is treated as a 1-dimensional array. Use [a;b] instead
julia>lintfile("filename.jl","Array[[1,1],[1,2]]")
julia>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: