This results in a **runtime error** ``` 1 + "foo" ``` This should instead be caught at compile-time.
This results in a runtime error
This should instead be caught at compile-time.