Closed
Description
http://dotty.epfl.ch/docs/reference/changed-features/operators.html still mentions @infix
instead of infix
, furthermore it still has examples using the old infix def syntax:
@infix def (x: A) op (y: B): R
http://dotty.epfl.ch/docs/reference/changed-features/operators.html still mentions @infix
instead of infix
, furthermore it still has examples using the old infix def syntax:
@infix def (x: A) op (y: B): R