Empty Constructors
In Fuzion, it is fairly common to declare constructor fields that do not contain
any code or inner declarations, such as the feature person in this
example:
If a constructor feature contains inner declarations is is
required: