blob: b56b0d43d1f1f1ec9010bc8e3706fb8bd998c521 [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.
//-------------------------------------------------------------------------------------------------------
c = Object(Symbol());
var y = { [e = c]:(class {}) };
print('Pass');