mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
9 lines
66 B
Python
9 lines
66 B
Python
def f() -> int:
|
|
return 1
|
|
|
|
|
|
class Foo:
|
|
return 2
|
|
|
|
|
|
return 3
|