PY-20744 Initial support of variable annotations in type сhecking

This commit is contained in:
Mikhail Golubev
2016-09-16 08:16:26 +03:00
parent 409aad3f71
commit 6d86b858ca
4 changed files with 36 additions and 2 deletions
@@ -27,7 +27,7 @@ import org.jetbrains.annotations.Nullable;
*/
public interface PyTargetExpression extends PyQualifiedExpression, PsiNamedElement, PsiNameIdentifierOwner, PyDocStringOwner,
PyQualifiedNameOwner, PyReferenceOwner, StubBasedPsiElement<PyTargetExpressionStub>,
PyPossibleClassMember, PyTypeCommentOwner {
PyPossibleClassMember, PyTypeCommentOwner, PyAnnotationOwner {
PyTargetExpression[] EMPTY_ARRAY = new PyTargetExpression[0];
/**