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 ab423de commit e2db6acCopy full SHA for e2db6ac
mypyc/test-data/irbuild-str.test
@@ -752,8 +752,12 @@ def fold_list() -> str:
752
return " ".join([constant, "folded"])
753
[out]
754
def fold_tuple():
755
+ r0 :: str
756
L0:
- return "constant folded"
757
+ r0 = "constant folded"
758
+ return r0
759
def fold_list():
760
761
762
763
0 commit comments