PY-45206 IJ-CR-3996 More null safety

GitOrigin-RevId: 98a84a10f2b50e76ae416140fecff8d05d42bbe2
This commit is contained in:
Andrey Vlasovskikh
2021-03-22 20:18:08 +03:00
committed by intellij-monorepo-bot
parent 6951cf0f2d
commit 1c353a809a
2 changed files with 22 additions and 12 deletions

View File

@@ -220,6 +220,7 @@ public interface PyClass extends PsiNameIdentifierOwner, PyStatement, PyDocStrin
* <p/>
* This method does not access AST if underlying PSI is stub based.
*/
@NotNull
List<PyTargetExpression> getInstanceAttributes();
@Nullable