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> 3:::Int
ERROR: TypeError: in typeassert, expected Type, got a value of type Symbol
Stacktrace:
[1] top-level scope
@ REPL[2]:1
julia> 3::(:Int)
ERROR: TypeError: in typeassert, expected Type, got a value of type Symbol
Perhaps a warning/syntax error would make more sense.
Activity