TypeScript/tests/baselines/reference/binaryArithmatic1.js

6 lines
98 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [binaryArithmatic1.ts]
var v = 4 | null;
//// [binaryArithmatic1.js]
var v = 4 | null;