Skip to content

Commit a75a9c3

Browse files
add comment
1 parent 93fd89f commit a75a9c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/test-data/irbuild-tuple.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ def f2(val: str) -> str:
442442
return val + "f2"
443443

444444
def test() -> None:
445+
# `"ab" + c` should constant fold to "abc"
445446
a = tuple(f2(x) for x in "ab" + c)
446447

447448
[out]

0 commit comments

Comments
 (0)