You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClassfileParser: Avoid cycle when accessing companion in inner class lookup (#16882)
Previously, the call to `info` on the module val could lead to a cycle
since the module val might be in the process of being completed. This
commit fixes this by only using the module class which is all we need to
lookup members.
Fixes#15288.
Fixes#14059.
Co-Authored-By: Tom Grigg <tomegrigg@gmail.com>
0 commit comments