Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[Truffle] Implement Class#inherited and call it when a subclass is ad…
…ded.
- Loading branch information
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
fails(inherited):A class definition extending an object (sclass) allows accessing the block of the original scope | ||
fails:A class definition extending an object (sclass) can use return to cause the enclosing method to return | ||
fails:class provides hooks calls inherited when a class is created | ||
fails:Reopening a class raises a TypeError when superclasses mismatch | ||
fails:A class definition extending an object (sclass) allows accessing the block of the original scope |