mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
It's weird, however, that Python implementation might query fixers for elements that are at completely different lines with the caret as in the originally reported case. This confusing and error-prone behavior needs to be revised separately. GitOrigin-RevId: 1f48fe0e0936fb2007022dfc889c44ad32e1eaf0
3 lines
52 B
Python
3 lines
52 B
Python
@(lambda: [lambda x: x][0])()
|
|
def foo():
|
|
<caret> |