blob: bdcb619c302a2996035e75acf2e597a6fecf1234 [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.
//-------------------------------------------------------------------------------------------------------
var sym = Symbol('child symbol');
var o = { };
o[sym] = 'child value';