mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -05:00
[red-knot] Shorten the paths for some mdtest files (#14267)
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user