Files
ruff/resources/test/src/F706.py
2022-08-27 18:16:19 -04:00

10 lines
66 B
Python

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