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

sbromberger picture sbromberger  路  3Comments

wilburtownsend picture wilburtownsend  路  3Comments

felixrehren picture felixrehren  路  3Comments

omus picture omus  路  3Comments

Keno picture Keno  路  3Comments