-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Description
Many test cases (>100) contain invalid Python code like this,
a = A()
class A: passwhere a name is referenced before it is bound.
This impedes solving #686.