That is, test that if a class `C` has field `x`, you have to refer to `self.x` inside `C`'s methods, not `x` by itself.
That is, test that if a class
Chas fieldx, you have to refer toself.xinsideC's methods, notxby itself.