Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

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:

last changed: 2025-04-11