ruff/crates/red_knot_python_semantic/resources/mdtest/annotations/string.md

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