sounds like a weird hack though. I can't imagine w...
# announcements
k
sounds like a weird hack though. I can't imagine why you'd want to do this
t
I can't imagine why you'd want to do this
i don't really want to, but it seems necessary in order to get the names of functions/methods using reflection
y
why do you think it is necessary? the reflection API doesn't care about the language in which the calling function was written in any way
t
i think it's easier if i show you

https://user-images.githubusercontent.com/1521451/35173853-49a4d57e-fd6d-11e7-8041-64bca47662ec.png

i'm trying to create an overview like this. i have the java-part down, but i don't really know how to approach the kotlin-part
i thought it would be at least easier to separate them into two distinct cases