TypeScript/tests/baselines/reference/binaryArithmatic1.js
2014-07-12 17:30:19 -07:00

6 lines
98 B
JavaScript

//// [binaryArithmatic1.ts]
var v = 4 | null;
//// [binaryArithmatic1.js]
var v = 4 | null;