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