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