Skip to content

Instantly share code, notes, and snippets.

@mfollett
Created February 10, 2012 08:19
Show Gist options
  • Save mfollett/1787771 to your computer and use it in GitHub Desktop.
Save mfollett/1787771 to your computer and use it in GitHub Desktop.
Long a = 4
Integer b = 4
def map = [(a):1, (b):2]
assert map[a] != map[b]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment