You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This complains about library_private_types_in_public_api.
I'm not using private type. I'm just using a private typedef, but the typedef resolves to a public type. I expect to not trigger this lint with private typedefs.