core: create lookup table indices with invalid variables
LookupTable API actually assumes that Index cannot be null, resulting in a crash on related incorrect input. The fix creates index stubs with UndefinedVariable id.
LookupTable API actually assumes that Index cannot be null, resulting in a crash on related incorrect input. The fix creates index stubs with UndefinedVariable id.