TypeScript/tests/baselines/reference/binaryArithmatic1.types
2014-08-15 14:37:48 -07:00

6 lines
105 B
Plaintext

=== tests/cases/compiler/binaryArithmatic1.ts ===
var v = 4 | null;
>v : number
>4 | null : number