Files
openide/python/psi-api
Mikhail Golubev 8eda017f0f PyBinaryExpression#getReceiver() is aware of chained comparisons
Otherwise, it might lead to some subtle problems when this method is
used for unification of generic types.

Also, PyPrefixExpression now extends PyCallSiteExpression since
technically it is and should have been marked this way long ago.
2017-11-28 18:37:02 +03:00
..