PY-29894 Fix Python quick fixes for PSI consistency

This commit is contained in:
Elizaveta Shashkova
2018-07-06 19:02:29 +03:00
parent c39d6f79ce
commit 717484f15a
19 changed files with 91 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
def foo():
pass
a = <caret>foo()