This fails: ```python @shareable @key(fields: "id") class X: pass ``` But this works: ```python @key(fields: "id") @shareable class X: pass ```