TypeScript/tests/baselines/reference/binaryArithmatic4.errors.txt
2014-07-12 17:30:19 -07:00

6 lines
332 B
Plaintext

==== 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.