[red-knot] Shorten the paths for some mdtest files (#14267)

This commit is contained in:
Alex Waygood
2024-11-11 11:34:33 +00:00
committed by GitHub
parent 5a3886c8b5
commit 3ef4b3bf32
17 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
# String annotations
```py
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
```