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
openjdk version "17.0.11" 2024-04-16
OpenJDK Runtime Environment (build 17.0.11+9-Ubuntu-122.04.1)
OpenJDK 64-Bit Server VM (build 17.0.11+9-Ubuntu-122.04.1, mixed mode, sharing)
error: [type.argument] incompatible type argument for type parameter T of Class.
found : capture#01[ extends @UnknownKeyFor Foo</*RAW TYPE ARGUMENT:*/ ?[ extends @UnknownKeyFor Object super @UnknownKeyFor Void]> super @KeyForBottom Void]
required: [extends @UnknownKeyFor Object super @UnknownKeyFor NullType]
1 error
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
No error, like in
case.
The text was updated successfully, but these errors were encountered: