wait why would methods be in the variables list du...
# getting-started
p
wait why would methods be in the variables list during debugging???
a
methods or functions?
p
well neither are there
a
?
p
maybe I am misunderstanding something but I have really never seen java methods or kotlin functions in the debugger's variables section
a
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