It may be my expectations that are to blame, but I would expect this to compile to: ``` a + "b" ``` or something equivalent. The prefix + operator and function call are surprising.