mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
PY-29894 Fix Python quick fixes for PSI consistency
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
def foo():
|
||||
pass
|
||||
|
||||
|
||||
a = <caret>foo()
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
def foo():
|
||||
pass
|
||||
|
||||
|
||||
foo()
|
||||
|
||||
Reference in New Issue
Block a user