Skip to content

Instantly share code, notes, and snippets.

@patham9
Created June 5, 2016 13:07
Show Gist options
  • Save patham9/bed9d6a4c7456a4c2223f585c8975ae1 to your computer and use it in GitHub Desktop.
Save patham9/bed9d6a4c7456a4c2223f585c8975ae1 to your computer and use it in GitHub Desktop.
(let [[left right] (case '-->
'ext-set ["{" "}"]
'int-set ["[" "]"]
:else ["(" ")"])])
Result:
CompilerException java.lang.IllegalArgumentException: Duplicate case test constant: quote
Expected: left="(" right=")"
Reason: No idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment