https://kotlinlang.org logo
Title
e

elect

02/14/2018, 3:45 PM
how can I see
fun Context?.destroy()
from java?
d

diesieben07

02/14/2018, 3:46 PM
KotlinFileNameKt.destroy(Context)
e

elect

02/14/2018, 3:47 PM
I imagined that, but I still cant find it
it's declared in an interface
d

diesieben07

02/14/2018, 3:47 PM
Need to see more of your code then
Oh
e

elect

02/14/2018, 3:48 PM
I'd push to a temp branch
d

diesieben07

02/14/2018, 3:48 PM
It's
instanceOfInterface.destroy(Context)
then
e

elect

02/14/2018, 3:48 PM
it's not there
😕
d

diesieben07

02/14/2018, 3:48 PM
I had assumed top level function.
e

elect

02/14/2018, 3:49 PM
wait
u

uhe

02/14/2018, 3:50 PM
you could also have a look at the byte code for that interface
e

elect

02/14/2018, 3:50 PM
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

diesieben07

02/14/2018, 3:51 PM
:rubber_duck:
e

elect

02/14/2018, 3:51 PM
🙈