new to IDEA, by default it encouraged me to turn a...
# announcements
d
new to IDEA, by default it encouraged me to turn all my
{ it.fun() }
into
(Thing::fun)
references, so i got into a habit of that until i turned off the warning because the
::
syntax always seems like an inference downgrade over
it
.