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