diff -r 6d9fa06fa937 -r 9bfce586253a Method.st --- a/Method.st Sat Sep 12 16:44:34 2015 +0100 +++ b/Method.st Thu Sep 17 06:36:06 2015 +0200 @@ -3376,8 +3376,8 @@ annotations isNil ifTrue:[^ self parseResources]. resources := IdentityDictionary new. - self annotationsAt: #resource: orAt: #resource:value: do:[:annot| - resources at: annot type put: annot value ? true + self annotationsAt: #resource: orAt: #resource:values: do:[:annot| + resources at: annot type put: annot value ? true ]. ^ resources