Created
December 6, 2016 04:23
-
-
Save CampingScorpion/f7aad0b0195e1508623245df354a651f to your computer and use it in GitHub Desktop.
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
(clojure.core/getLookupThunk | |
[this__6431__auto__ k__6432__auto__] | |
(let [gclass (class this__6431__auto__)] | |
(case | |
k__6432__auto__ | |
:events2 | |
(reify | |
clojure.lang.ILookupThunk | |
(get | |
[thunk gtarget] | |
(if (identical? (class gtarget) gclass) | |
(. gtarget -events2) | |
thunk))) | |
nil))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment