DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.2.2-1 / tests / baselines / reference / binaryArithmatic2.js
1234567
//// [tests/cases/compiler/binaryArithmatic2.ts] //// //// [binaryArithmatic2.ts] var v = 4 | undefined; //// [binaryArithmatic2.js] var v = 4 | undefined;