what I would expect to happen in this situation is...
# android
k
what I would expect to happen in this situation is an overload resolution ambiguity because both
NestedScrollView.OnScrollListener
and
View.OnScrollListener
are applicable but because of SAM conversion, you get two overloads, both with a lambda parameter and the
View
one is the more specific