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
As in the example, there might be type information to get from there. This issue is about extending TypeVariableResolver#registerTypes to not just consider the enclosing class but enclosing methods and constructors, too.
Note that initializer blocks may also contain local classes.
The text was updated successfully, but these errors were encountered:
Classes can be inside methods and, strangely enough, inside constructors:
As in the example, there might be type information to get from there. This issue is about extending TypeVariableResolver#registerTypes to not just consider the enclosing class but enclosing methods and constructors, too.
Note that initializer blocks may also contain local classes.
The text was updated successfully, but these errors were encountered: