wait why would methods be in the variables list during debugging???
a
agomez
08/30/2017, 3:14 PM
methods or functions?
p
poohbar
08/30/2017, 3:52 PM
well neither are there
a
agomez
08/30/2017, 3:52 PM
?
p
poohbar
08/30/2017, 7:20 PM
maybe I am misunderstanding something but I have really never seen java methods or kotlin functions in the debugger's variables section
a
agomez
08/30/2017, 7:27 PM
functions are first class citizens in kotlin, so you could have a function passed as a parameter to a method or save a reference to a function in a local variable and you'll see it