Comment 2 for bug 421380

Revision history for this message
Václav Šmilauer (eudoxos) wrote :

The workaround compiles, but doesn't give expected results: it only work on instances, but not on types. With def_readonly, I would be able to use both

Vector3.UNIT_X
Vector3().UNIT_X

but with the workaround, only Vector3().UNIT_X will work.

Any other progress?