tests/cases/compiler/binaryArithmatic1.ts(1,13): error TS18050: The value 'null' cannot be used here.


==== tests/cases/compiler/binaryArithmatic1.ts (1 errors) ====
    var v = 4 | null;
                ~~~~
!!! error TS18050: The value 'null' cannot be used here.