how can I see `fun Context?.destroy()` from java?
# announcements
e
how can I see
fun Context?.destroy()
from java?
d
KotlinFileNameKt.destroy(Context)
e
I imagined that, but I still cant find it
it's declared in an interface
d
Need to see more of your code then
Oh
e
I'd push to a temp branch
d
It's
instanceOfInterface.destroy(Context)
then
e
it's not there
😕
d
I had assumed top level function.
e
wait
u
you could also have a look at the byte code for that interface
e
while it was pushing I realized it wasnt in the interface
omg, sorry, it was top level function in an another file
sorry sorry sorry
thanks anyway for the tip
d
rubber duck
e
🙈