TypeScript/tests/baselines/reference/binaryArithmatic2.symbols
2015-04-15 16:44:20 -07:00

6 lines
159 B
Plaintext

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