https://kotlinlang.org logo
Title
k

kevinmost

02/18/2018, 3:02 AM
sounds like a weird hack though. I can't imagine why you'd want to do this
t

tipsy

02/18/2018, 12:23 PM
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

yole

02/19/2018, 10:08 AM
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

tipsy

02/19/2018, 3:48 PM
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