ruff/resources/test/fixtures/F706.py

9 lines
66 B
Python

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