Ah no wonder!
I was looking at the wrong documentation for asm.
On 02/04/2014, at 1:41, "A. Webb" wrote:
>
>
> On Monday, March 31, 2014 4:34:17 PM UTC-5, zcaudate wrote:
>>
>> I know this is a silly example but I am curious to know what is happening
>> with the proxy method.
>>
>> I have
On Monday, March 31, 2014 4:34:17 PM UTC-5, zcaudate wrote:
>
> I know this is a silly example but I am curious to know what is happening
> with the proxy method.
>
> I have set up two calls to proxy:
>
> 1.
> (def cp
> (proxy [java.util.AbstractMap clojure.asm.ClassVisitor] []))
>
> 2.
>
I know this is a silly example but I am curious to know what is happening
with the proxy method.
I have set up two calls to proxy:
1.
(def cp
(proxy [java.util.AbstractMap clojure.asm.ClassVisitor] []))
2.
(def cp
(proxy [clojure.asm.ClassVisitor java.util.AbstractMap] []))
The fi