Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Before gogo was in SVN, I added a fix so that static methods could be called.
However, this stops methods on the Class class from being called and prevents Peter Kriens 'help' closure from working:
help = { each <<$0 class> declaredMethods> {$it name}}