So In other code I would like to get somehow refer...
# announcements
o
So In other code I would like to get somehow reference to this function like val myFun = (getThisReferenceOf)fn as (List<Int>)->List<String> given that I don't "see" this function in receiving code... I only have "commo interface" of (List<Int>)->List<String> so I would like to perform classloading of my containing class - like ServiceKt.class which contains this top level function and then using reflection get the hold of this function