michael@0: var x = {1: 2, 3: 4}; michael@0: assertEq(x[1], 2); michael@0: michael@0: /* getelem with non-dense array and known type int32. */