testInitelemWithFloatIndex.js (65B)
1 for (i = 0; i < 9; i++) 2 x = {1.5: 0}; 3 assertEq(x["1.5"], 0);