sclass SecretValue extends Var { *() {} *(A a) { super(a); } toString { ret "Secret value"; } }