I don’t think operator precedence handling changed in dotty (at least I can’t find anything in the docs), which would mean it can not be customized. All operators use the fixed operator precedence defined by the language (which can be found here for Scala 2)
1 Like