## minimized code ```Scala val m: Map[Int, Int] m.map((a, b) => a + b) ``` ## expectation It should work just as well when the method is overloaded.