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