bug_OS18260560.js 467 B

123456789101112
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. (function foo(a = function bar() {
  6. with ({}) {
  7. foo;
  8. }
  9. }()) {})();
  10. console.log("pass");