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
I think you need to write Foo @Nullable [] since it's a type use annotation. @Nullable Foo [] means the pointers inside the array to the Foo objects may be null.
Commands
java -version -Aversion -AprintGitProperties -verbose -AprintVerboseGenerics java -jar "$CHECKER_FRAMEWORK/checker/dist/checker.jar" -processor nullness Foo.java
Inputs
A single input named
Foo.java
:Outputs
Expectation
The case is valid. No error should be issued.
The text was updated successfully, but these errors were encountered: