Files
openide/python/testData/resolve/AttributeClassLevelAnnotation.py
Semyon Proshev 57e8c38989 Reduce unstubbing while processing instance level declarations (PY-27863)
Stub->AST switch happened when passed location was inside unstubbed file.
2018-02-07 21:15:42 +03:00

3 lines
38 B
Python

import b
b.B().some_attr
# <ref>