[Pitch] Fixing member import visibility

It's been a while since I've thought about this topic, so admittedly my thinking about it is a bit jumbled. I was probably conflating @jrose's points #2 and #3 from way back when:

We've addressed #1, of course, with visibility modifiers on import statements. It's fair to fix #2 alone without tackling #3, and probably good enough for these purposes that operators implemented as static members work consistently as you've verified. (That said, if ensuring that behavior involves tackling #3 more holistically, would be nice to get it all done.)

1 Like