mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 22:10:48 -05:00
191 B
191 B
String annotations
def f() -> "int":
return 1
# TODO: We do not support string annotations, but we should not panic if we encounter them
reveal_type(f()) # revealed: @Todo