Correct small whitespace inconsistency, lost while renaming variables.
2 * Any copyright is dedicated to the Public Domain.
3 * http://creativecommons.org/licenses/publicdomain/
5 function testProperty(i)
7 actual = obj[String(i)];
11 var index = [null, 1073741824, 1073741825];
13 testProperty(index[j]);