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
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
Update: Sorry, it's not really got anything to do with pass statements. It is simply if you have method definitions at the top-level scope. In this case the top-level definitions are "captured" by the most recent class definition.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Attached is a picture of this bug. Note that in the source code there is an class definition which has a single 'pass' statement:
In the outline view however the subsequent method definitions are attached to the
NoPendingGamesException
class, but should not be.The text was updated successfully, but these errors were encountered: