TypeScript/tests/baselines/reference/binaryArithmatic1.types
2015-04-13 14:29:37 -07:00

8 lines
177 B
Plaintext

=== tests/cases/compiler/binaryArithmatic1.ts ===
var v = 4 | null;
>v : number, Symbol(v, Decl(binaryArithmatic1.ts, 0, 3))
>4 | null : number
>4 : number
>null : null