TypeScript/tests/baselines/reference/binaryArithmatic1.errors.txt
2017-01-13 15:06:24 -08:00

7 lines
248 B
Plaintext

tests/cases/compiler/binaryArithmatic1.ts(1,13): error TS2531: Object is possibly 'null'.
==== tests/cases/compiler/binaryArithmatic1.ts (1 errors) ====
var v = 4 | null;
~~~~
!!! error TS2531: Object is possibly 'null'.