Currently we don't recognize this as something we can store as a `JuMPArray`: ``` julia I = 1:3 @defVar(m, x[I]) ``` It should be fairly straightforward to add a staged function in the generated macro code that takes the `JuMPArray` branch based on the type of `I`.