|
ec901d2e44
|
Check iterator types on yield from (#5042)
* Check iterator types on yield from
* Switch to NodeAbstract
* Make Foo iterable
|
2021-01-29 11:47:33 +01:00 |
|
Matt Brown
|
1db76bd737
|
Fix #4829 – don’t crash when yielding non-existent class
|
2021-01-29 11:47:19 +01:00 |
|
orklah
|
db45ff1ba4
|
More return types (#4173)
* add native return types
* redundant phpdoc
|
2021-01-29 11:38:57 +01:00 |
|
kazusuke sasezaki
|
90a50be9f0
|
quit using combineUnionTypes, when specific TSend provided. (#3966)
|
2020-08-09 08:26:10 -04:00 |
|
Brown
|
e1c6fcc707
|
Fix #3215 - suppress PossiblyUndefinedMethod in synthetic call
|
2020-04-24 00:11:32 -04:00 |
|
Brown
|
27032e875f
|
Ensure Generator return types are enforced for a function using yield from
|
2020-04-06 09:23:13 -04:00 |
|
Brown
|
a1bec0cd5a
|
Consolidate generator tests
|
2020-04-06 08:57:18 -04:00 |
|