Another test case we need to verify:
<class name="stateTest">
<attribute name="attr" value="42" />
<state applied="true">
<method name="stateMethod">
return attr;
</method>
</state>
</class><state>s are funny in that they 'donate' their methods to the parent node. We may have some work to do there. Perhaps we will have to turn off the optimization for now and file an improvement to fix the way state methods work.
