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> f(x) = x
f (generic function with 1 method)
julia> f(fals
press TAB after fals and you get falses, instead of false. This happens only in function arguments, false and true are normally autocompleted when they are outside of function arguments.