Skip to content

Commit f215474

Browse files
committed
add TODO note
1 parent 5544882 commit f215474

File tree

1 file changed

+1
-0
lines changed
  • crates/red_knot_python_semantic/resources/mdtest/call

1 file changed

+1
-0
lines changed

crates/red_knot_python_semantic/resources/mdtest/call/union.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def _(
183183
y: Union[Literal["a", ""], Not[Literal[""]]],
184184
):
185185
reveal_type(x) # revealed: Literal[""] | ~AlwaysFalsy
186+
# TODO should be `object`
186187
reveal_type(y) # revealed: Literal[""] | ~Literal[""]
187188
```
188189

0 commit comments

Comments
 (0)