Files
TypeScript/tests/cases/compiler
Joe Calzaretta bb3467b8e1 Handle type guard predicates on Array<T>.find (#18160)
* Handle type guard predicates on `Array<T>.find`

If the `predicate` function passed to `Array<T>.find` or `ReadonlyArray<T>.find`
is a type guard narrowing `value` to type `S`, then any returned element should also
be narrowed to `S`.

Adding test case and associated baselines

* trailing whitespace after merge conflict
2017-10-09 14:58:41 -07:00
..
2017-08-24 15:06:06 -07:00
2017-08-30 17:14:16 -07:00
2017-08-02 12:07:09 -07:00
2017-07-30 18:08:10 -07:00
2017-09-08 15:51:25 -07:00
2017-08-25 08:55:43 -07:00
2017-07-24 17:07:24 -07:00
2017-06-12 13:17:24 -07:00
2017-10-06 09:22:10 -07:00