Files
ruff/resources/test/fixtures/pyflakes/F706.py
2022-12-01 13:33:33 -05:00

10 lines
66 B
Python

def f() -> int:
return 1
class Foo:
return 2
return 3