What I'm really trying to do is to get a `KFunctio...
# reflect
d
What I'm really trying to do is to get a
KFunction0
by applying a receiver to a
KFunction1
returned from
this::class::memberFunctions
- is that possible?
g
Copy code
this::class::memberFunctions
this syntax wrong by definition, you cannot get function reference from class, only from object instatnce