(am: typing.AsyncContextManager[int])
| 6707 | other_a: 'mod_generics_cache.A' |
| 6708 | |
| 6709 | async def g_with(am: typing.AsyncContextManager[int]): |
| 6710 | x: int |
| 6711 | async with am as x: |
| 6712 | return x |
| 6713 | |
| 6714 | try: |
| 6715 | g_with(ACM()).send(None) |
no outgoing calls
no test coverage detected
searching dependent graphs…