ruff/foo.py
2022-10-30 18:04:05 -04:00

5 lines
135 B
Python

def function_with_nesting():
"""Foo bar documentation."""
@overload
def nested_overloaded_func(a: int) -> str:
...