Details
Description
Check this:
class test:
[property(Model)]
_model as object
_model as object
t = test()
(Node '_model' could not be correctly processed!)
Rather, the compiler should complain that _model already exists and that you, sir, are the devil for trying to invoke its name twice!