I'd like this to work: ``` let x = 10, y = x; ``` Currently, the initializer for y is checked in an environment where neither variable has been defined, so typestate rejects this line.