Join Slack
Powered by
if you’re trying to assign a reference to one of t...
# announcements
s
Shawn
01/13/2019, 6:09 AM
if you’re trying to assign a reference to one of those methods, you should be able to explicitly annotate it.
val listener: (View) -> Unit = ::setOnClickListener
Open in Slack
Previous
Next