blob: 19da2c1f11cae4501ee9d57b0792703f08631494 [file] [log] [blame]
// Copyright (c) 2012 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 8.7.2-2-s
description: >
ReferenceError isn't thrown if LeftHandSide evaluates to a resolvable
Reference
---*/
var b = 11;
assert.sameValue(b, 11, 'b');