Hi so far
ContextPart>>contextForLocalVariables
"Answer the context in which local variables (temporaries) are stored."
self subclassResponsibility
MethodContext>>contextForLocalVariables
"Answer the context in which local variables (temporaries) are stored."
^self
So we could get rid of it.
Stef
