RFC: Stricter type checks for arithmetic/bitwise operators

Project Governance
Author
Target
8.0
This RFC proposes to throw a TypeError when an arithmetic or bitwise operator is applied to an array, resource or (non-overloaded) object. The behavior of scala...