DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / cases / compiler / functionWithNoBestCommonType1.ts
123456789
// @allowUnreachableCode: true function foo() { return true; return bar(); } function bar(): void { }