How do I see the variable type that is being passe...
# android
b
How do I see the variable type that is being passed into a lambda expression in Android Studio e.g.
{ param -> }
how do I find out the type of param?