Skip to content

Instantly share code, notes, and snippets.

@kohsuke
Created June 9, 2017 23:08
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 kohsuke/c3fa1cc1ef4e8a5f7341d25440c3136a to your computer and use it in GitHub Desktop.
Save kohsuke/c3fa1cc1ef4e8a5f7341d25440c3136a to your computer and use it in GitHub Desktop.
@Issue("JENKINS-38268")
@Test
void closureLocalVariable() {
assert evalCPS('''
def x = { y=3 }
x()
return y
''') == 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment