Julia: Spurious multiplication by juxtaposition with `using`

Created on 10 Dec 2017  Â·  2Comments  Â·  Source: JuliaLang/julia

julia> using Colors()
ERROR: MethodError: no method matching *(::Void, ::Tuple{})
Closest candidates are:
  *(::Any, ::Any, ::Any, ::Any...) at operators.jl:424

Sorry, I seem to run into these. @JeffBezanson

parser

Most helpful comment

No problem, finding these is always appreciated. It should be a syntax error I'd say.

All 2 comments

Do you prefer

ERROR: MethodError: objects of type Void are not callable

?

No problem, finding these is always appreciated. It should be a syntax error I'd say.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yurivish picture yurivish  Â·  3Comments

dpsanders picture dpsanders  Â·  3Comments

StefanKarpinski picture StefanKarpinski  Â·  3Comments

manor picture manor  Â·  3Comments

tkoolen picture tkoolen  Â·  3Comments