TypeScript/tests/baselines/reference/binaryArithmatic3.js

6 lines
124 B
JavaScript
Raw Normal View History

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