Infix operators printed in error messages use invalid syntax #4566
Labels
area:reporting
Error reporting including formatting, implicit suggestions, etc
itype:bug
stat:fix available
Infix operators shown in error messages use fully-qualified names, e.g.,
Int my.full.name.:: Int
. On the one hand, you can see the full name (which might be a valuable information). On the other hand, it's not valid syntax and quite hard to read (especially for longer names). Scala prints the type asInt :: Int
.Example:
Message:
The text was updated successfully, but these errors were encountered: