``` struct Storage { config: Cell<Config> } var st = Storage.load(); val config = st.config.load(); ``` `config` is inferred as `unknown`