mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
If parentheses expression contains binary expression where left and right are parentheses expressions too, we check if left and right contain tuples
1 line
44 B
Python
1 line
44 B
Python
print("%d%s%s" % (((1,) + <caret>("", "")))) |