mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
by properly implementing Block.isIncomplete() for collection literals, comprehensions and parenthesized expressions instead of hand-written search for the preceding expression lacking the closing bracket.
3 lines
39 B
Python
3 lines
39 B
Python
x3 = ('foo',
|
|
('bar',
|
|
'baz' |