Closed mfichman closed 11 years ago
Example:
Foo < Object { test() { f = func() { self.test() # Fails, b/c 'self' refers to the closure } } }
Duplicate of #75
Example: