```python from typing import Optional def opt_none(x: Optional[int] = None): return x ```  This doesn't impact the actual analysis, though.  Replaces #377.
This doesn't impact the actual analysis, though.
Replaces #377.