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
Add @CompatibleWith("T") to the following Subject methods to catch callsites
where developers are testing things that could never be true:
* isSameAs
* isNotSameAs
* isAnyOf
* isNoneOf
RELNOTES:
Add the @CompatibleWith annotation from http://errorprone.info to
isSameAs, isNotSameAs, isAnyOf, and isNoneOf in Subject, so users of the Error
Prone compiler can check their tests.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=182948419
0 commit comments