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

6 lines
104 B
JavaScript

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