blob: d983b668505c47994a59b902d6e397f192ced097 [file] [log] [blame]
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
function test0(){
var arrObj0 = {};
arrObj0[0] = 1;
function v0(o)
{
for (var v1 = 0 ; v1 < 8 ; v1++)
{
class class7 {
func56 (){
}
}
o[v1] = v1;
}
}
v0(arrObj0);
};
test0();
test0();
test0();
print("pass");