Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce
VoidMissingNullable
in testonly code
The relaxation was useful to code NullMarked their production sources, but didn't bother with their test code. However, projects that want to check their entire codebase don't have great options as `-XepOpt:Nullness:Conservative` gates a lot of behavior behind it. As we push further into null-marking code, annotating the types in test code will likely be beneficial anyway. PiperOrigin-RevId: 707539601
- Loading branch information