mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 23:08:54 +07:00
IDEA-CR-49176: fixes after review of function inline for python
- codestyle improvements - reuse TypeEvalContext and PyResolveContext - check PyDunderAllReference specifically to avoid unwanted side effects - skip resolving PyTargetExpression - replace references with import alias in the refactoring, instead of the utility method - added single reference search for PyStringLiteralExpressionImpl - cleanup obsolete tests GitOrigin-RevId: 3e33c880a8fe116a5b98583059c83b7dd67e34a2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e867306f59
commit
2d720aea16
@@ -0,0 +1,3 @@
|
||||
from sys import exit
|
||||
|
||||
ex<caret>it()
|
||||
Reference in New Issue
Block a user