> x: 14e2fd0
> Klass2.this: 14e2fd0
> Klass1.this: 41d1b0
> Klass1.stored: 14e2fd0

Note how much different are the two values of the object references. They may 
even be in two different kinds of memory. Klass1.this may be in the static 
segment instead of the heap :-)

Bye,
bearophile

Reply via email to