We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d6d4a commit e13dbbeCopy full SHA for e13dbbe
docs/spec/overload.rst
@@ -388,7 +388,7 @@ Example 3::
388
# step 5 do not apply. Step 6 picks the first
389
# overload.
390
r1 = example3(1)
391
- reveal_type(r1) # Should reveal int
+ reveal_type(r1) # Should reveal tuple[int]
392
393
# Step 1 eliminates first overload. Step 4 and
394
# step 5 do not apply. Step 6 picks the second
0 commit comments