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
will have the f lifted as f$1 and f$2, but they should be both f$1 as they are in different classes. Currently, the result of the code depends on the compilation order.
will have the
f
lifted asf$1
andf$2
, but they should be bothf$1
as they are in different classes. Currently, the result of the code depends on the compilation order.This is a follow-up of #2964.
The text was updated successfully, but these errors were encountered: