Seems that `::` to obtain method references is got...
# announcements
n
Seems that
::
to obtain method references is gotcha-prone. API changes that are compatible with a call to the method break code that references the same method with
::
. Should it be avoided?