==== tests/cases/compiler/binaryArithmatic4.ts (2 errors) ==== var v = null | null; ~~~~ !!! The left-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type. ~~~~ !!! The right-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.