I guess that #: should be #’:’
On 27 Dec 2013, at 19:44, Stephan Eggermont <[email protected]> wrote: > When trying to load Designer in Pharo 3.0 I find uncompilable code in > Animations: > > 'updateCurrentValue: aValue > > self target ifNil: [^ self]. > > self target > perform: (self property, #:) asSymbol > with: aValue.' > > >
