| Id: | 3 |
| Title: | Expando and 'this' in closures |
| Location Type: | listing |
| Location Number: | 07.22 |
| Content: | Wrong 'this' in line 9. Was: boxer.fightBack = {times -> return this.takeThis * times }
Should be boxer.fightBack = {times -> return takeThis * times }
Author Error.
Since Groovy 1.0 |
