Here is a limitation of the LR: ```python x.y.z = 3 a = x.y a.z ``` Here `a.z` should be linked to `x.y.z` declaration but it is not yet done. If we improve this, we should update the limitations section of the analysis documentation
Here is a limitation of the LR:
Here
a.zshould be linked tox.y.zdeclaration but it is not yet done.If we improve this, we should update the limitations section of the analysis documentation