Last active
August 17, 2017 20:25
-
-
Save clarkbw/bd45805e9498faa591dd102cae09571a to your computer and use it in GitHub Desktop.
test case for https://bugzilla.mozilla.org/show_bug.cgi?id=1363328
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
{ | |
let a = "foo"; | |
} | |
{ | |
let b = 42; // set breakpoint here: debugger shows b == "foo"! | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment