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
Don't rely on JavaMethodType to use Java signatures
Before this commit, SingleDenotation#signature simply delegated to
MethodOrPoly#signature which used Java signatures for JavaMethodType and
non-Java signatures otherwise. As a first step towards getting rid of
JavaMethodType, this commit changes this to make
SingleDenotation#signature itself responsible for using Java signatures.
0 commit comments