TypeScript/tests/baselines/reference/binaryArithmatic1.types

7 lines
174 B
Text

=== 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