Welcome! Please see the About page for a little more info on how this works.

+1 vote
in Compiler by

Most .class files generated by Clojure contain the expected SourceFile attribute (you can verify with javap -v). But __init classfiles lack this metadata. I asked @alexmiller on Slack, and he suggested I bring it up here.

The same appears to be true of classes generated via proxy.

Please log in or register to answer this question.

...