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
Most of the type apply synthetics have disappeared in
#15877
because, previously we relies on the `Scala2` flag
for filtering out TypeApply synthetics.
However, it was hacky, and the capture checking PR
makes change on how the compiler put the flags to symbols.
As a result, most TypeApply synthetics have disappeared.
this commit revives those disappeared type apply synthetics.
0 commit comments