TypeScript/tests/cases/conformance/generators
Ron Buckton 049618f7da
Get contextual type of yield from contextual signature of containing function (#32433)
* Get contextual type of yield from contextual signature of containing function

* Add missing baseline
2019-07-16 17:16:21 -07:00
..
generatorAssignability.ts
generatorExplicitReturnType.ts
generatorImplicitAny.ts
generatorReturnTypeFallback.1.ts Fall back to (Async)IterableIterator if (Async)Generator not found (#32303) 2019-07-15 13:41:17 -07:00
generatorReturnTypeFallback.2.ts Fall back to (Async)IterableIterator if (Async)Generator not found (#32303) 2019-07-15 13:41:17 -07:00
generatorReturnTypeFallback.3.ts Fall back to (Async)IterableIterator if (Async)Generator not found (#32303) 2019-07-15 13:41:17 -07:00
generatorReturnTypeFallback.4.ts Fall back to (Async)IterableIterator if (Async)Generator not found (#32303) 2019-07-15 13:41:17 -07:00
generatorReturnTypeFallback.5.ts Fall back to (Async)IterableIterator if (Async)Generator not found (#32303) 2019-07-15 13:41:17 -07:00
generatorReturnTypeInference.ts
generatorReturnTypeInferenceNonStrict.ts
generatorYieldContextualType.ts Get contextual type of yield from contextual signature of containing function (#32433) 2019-07-16 17:16:21 -07:00
restParameterInDownlevelGenerator.ts