1
0
Fork 0

isup: FIx shadowing of the class variable

This commit is contained in:
Holger Hans Peter Freyther 2013-02-18 21:26:36 +01:00
parent 6d62146696
commit 8115187fd7
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ TestCase subclass: ISUPGeneratedTest [
self playWith: each].
"same thing once more"
struct fieldsDo: [:type :class |
self playWith: class].
struct fieldsDo: [:type :field_class |
self playWith: field_class].
].
]