final sclass Unit { static Unit unit = new(true); *() { fail(); } *(bool dummy) {} static Unit get() { ret unit; } toString { ret "unit"; } }