What’s the correct way to access the synthesized J...
# announcements
s
What’s the correct way to access the synthesized Java class for a non-class function? Need it for resource loading purposes.
I’m still not sure the answer to this question, but a workaround is to just get the
javaClass
for the `fun`:
fun foo() = ::foo.javaClass.<do-stuff>