mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +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
37 B
Python
3 lines
37 B
Python
x3 = ('foo'
|
|
('bar'
|
|
'baz' |