blob: 42f0924326743a8bcc2d9ab12795ef721d27aca1 [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 test2() {
eval('function a() { const x; }');
}