TypeScript/tests/baselines/reference/binaryArithmatic1.types

6 lines
105 B
Text
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/binaryArithmatic1.ts ===
var v = 4 | null;
>v : number
>4 | null : number