Scala syntactic sugar: What 'a + b' really looks like

Scala tip: a + b is shorthand for a.+(b). That’s just one of many “syntactic sugar” features that makes Scala such a pleasant language to use.