https://kotlinlang.org logo
b

bryan

06/24/2016, 9:02 PM
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?