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
Fix under-compilation when the method type in a SAM changes
A lambda that implements a SAM type desugars (either at compile-time or runtime
via invokedynamic) into a class that extends the SAM type, therefore we need to
register an inheritance relationship to get the proper invalidation logic.
Fixessbt/zinc#830.
0 commit comments