Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
11 additions
and 6 deletions.
- +0 −5 spec/tags/language/class_tags.txt
- +0 −1 topaz.mspec
- +3 −0 topaz/celldict.py
- +8 −0 topaz/objects/classobject.py
@@ -1,9 +1,4 @@ | ||
fails:A class definition has no class variables | ||
fails:A class definition raises a TypeError if inheriting from a metaclass | ||
fails:A class definition allows the declaration of class variables in the body | ||
fails:A class definition stores instance variables defined in the class body in the class object | ||
fails:A class definition allows the declaration of class variables in a class method | ||
fails:A class definition allows the definition of class-level instance variables in a class method | ||
fails:A class definition allows the declaration of class variables in an instance method | ||
fails:A class definition extending an object (sclass) can use return to cause the enclosing method to return | ||
fails:Reopening a class raises a TypeError when superclasses mismatch |