TypeScript/tests/cases/fourslash/getOccurrencesReturn3.ts
2017-01-18 13:55:31 -08:00

23 lines
489 B
TypeScript

/// <reference path='fourslash.ts' />
////function f(a: number) {
//// if (a > 0) {
//// return (function () {
//// return;
//// return;
//// return;
////
//// if (false) {
//// return true;
//// }
//// })() || true;
//// }
////
//// var unusued = [1, 2, 3, 4].map(x => { [|return|] 4 })
////
//// return;
//// return true;
////}
verify.rangesAreOccurrences(false);