mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +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> |