cannot call private operators #67293
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
Description
for some reason, an operator with fileprivate or greater visibility works and can be called from other methods on the same type, but if the operator is made private, it cannot be called even in places where a corresponding private method could be called.
Steps to reproduce
Environment
The text was updated successfully, but these errors were encountered: