TypeScript/tests/baselines/reference/binaryArithmatic4.js

6 lines
104 B
JavaScript
Raw Normal View History

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