[flang] Enforce accessibility requirement on type-bound generic operators, &c.
Type-bound generics like operator(+) and assignment(=) need to not be PRIVATE if they are used outside the module in which they are declared. Differential Revision: https://reviews.llvm.org/D139123
Loading
Please sign in to comment