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