mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 06:05:50 +07:00
Interestingly, this new code style option affects the text of the auto import quickfix since the latter reflects whether a symbols will be imported anew or by extending some existing import.
5 lines
40 B
Python
5 lines
40 B
Python
def foo():
|
|
pass
|
|
|
|
def bar():
|
|
pass |