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
Fix ImmutableChecker to allow wildcard @ImmutableTypeParameters which aren't provably immutable.
This is safe, as any instantiated object must have immutable type parameters.
Note: this is only true for `@ImmutableTypeParameter`, not `containerOf`! The latter is conditionally immutable, so we really do need to check the bound.
(And the corresponding change for ThreadSafe.)
PiperOrigin-RevId: 530601585
0 commit comments