Steps to reproduce: ``` crystal struct Thing include ASR::Serializable getter stuff : Hash(String, JSON::Any) end thing = ASR.serializer.deserialize Thing, %({"stuff":{"foo":"bar"}}) thing.stuff.inspect # => {} ```
Steps to reproduce: