Motivation: Android's `findViewById` used to retur...
# language-proposals
k
Motivation: Android's
findViewById
used to return
View
and was now migrated to return
T: View
. Suddenly a lot of existing code breaks.