DEBSOURCES
Skip Quicknav
sources / node-typescript / 4.9.5%2Bds1-2 / tests / cases / compiler / functionWithNoBestCommonType2.ts
123456789
// @allowUnreachableCode: true var v = function () { return true; return bar(); }; function bar(): void { }