Revisiting requiring explicit `self.` when passing a method as an escaping closure

IMO if we're going to make a change in this area that increases the requirement for classes, we should be thinking about decreasing it for other types. The compiler also seems to force explicit self in many cases where there's no good reason for it.

2 Likes