| 2452 | |
| 2453 | (function it(_ = 'should correctly infer the result type with multiple "yield*"') { |
| 2454 | interface FirstYieldMyError { |
| 2455 | name: 'FirstYieldMyError'; |
| 2456 | } |
| 2457 | interface SecondYieldMyError { |
| 2458 | name: 'SecondYieldMyError'; |
| 2459 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…