Files
openide/python/testData/refactoring/inlineFunction/functionFromBinaryStub.py
Aleksei Kniazev 2d720aea16 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
2019-07-08 18:05:36 +03:00

3 lines
35 B
Python

from sys import exit
ex<caret>it()