Not sure if this is intentional or not, but the syntax 1.im now gives an error
ERROR: syntax: invalid numeric constant "1.i"
If this is intentional, I would have expected a more explanatory error message.
This is intentional. https://github.com/JuliaLang/julia/pull/16339
Maybe it would be better to say "numeric literals ending in . cannot be implicitly multiplied" or similar?
Most helpful comment
Maybe it would be better to say "numeric literals ending in
.cannot be implicitly multiplied" or similar?