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
.