Comment 2 for bug 244768

Revision history for this message
James Henstridge (jamesh) wrote :

Storm's Reference class has an __eq__ method that allows the first form to work. It will need an __ne__ method to support the second form.

The last two examples probably won't compile since there is no compile function for Reference objects.