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
The crash is in javac. That suggests that the problem is either:
it's a bug in Types.lub, or
the invocation is outside the contract of Types.lub, which is not supposed to be able to take Sub<capture#556 of ? super T> and Sub<? super T> as arguments, or
the Checker Framework is passing malformed types to Types.lub.
Can we think of a way to reproduce the problem outside the Checker Framework -- that is, a Java file that will cause javac to compute this particular lub?
This is as minimized as I've managed to get it, starting from the original code.
Source file and
-version -verbose -AprintAllQualifiers
output attached.The text was updated successfully, but these errors were encountered: