TypeScript/tests/baselines/reference/binaryArithmatic1.types

8 lines
177 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/binaryArithmatic1.ts ===
var v = 4 | null;
2015-04-13 23:01:57 +02:00
>v : number, Symbol(v, Decl(binaryArithmatic1.ts, 0, 3))
2014-08-15 23:33:16 +02:00
>4 | null : number
2015-04-13 21:36:11 +02:00
>4 : number
>null : null
2014-08-15 23:33:16 +02:00