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.
2 lines
33 B
Python
2 lines
33 B
Python
x3 = ('foo',
|
|
('bar',<caret> |