mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
13 lines
105 B
Python
13 lines
105 B
Python
class A:
|
|
pass
|
|
|
|
|
|
def f() -> "A":
|
|
pass
|
|
|
|
|
|
def g() -> "///":
|
|
pass
|
|
|
|
|
|
X: """List[int]"""'☃' = []
|