Skip to content

Instantly share code, notes, and snippets.

@40thieves
Created April 20, 2016 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 40thieves/5dba0121574c22777a02f047a515035b to your computer and use it in GitHub Desktop.
Save 40thieves/5dba0121574c22777a02f047a515035b to your computer and use it in GitHub Desktop.
// This is a bug - the compiler will interpret this as: `return; foo;`
return
'foo';
// This is also a bug - the compiler will interpret this as `return; foo;`
return
'foo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment