mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +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>("", "")))) |