mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 22:55:08 +00:00
10 lines
74 B
Python
10 lines
74 B
Python
class A:
|
|
pass
|
|
|
|
|
|
def f() -> "A":
|
|
pass
|
|
|
|
|
|
def g() -> "///":
|
|
pass
|