asclass HasKey { gettable A key; *() {} *(A *key) {} toString { ret "key " + key; } }