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
% scalac-hash v2.11.7 test.scala && scala-hash v2.11.7 Test
public final C$$anonfun$test$1 C$$anonfun$test$1$D$1.$outer
% scalac-hash v2.11.7 -Ydelambdafy:method test.scala && scala-hash v2.11.7 -Ydelambdafy:method Test
public final C C$D$1.$outer
This difference is observable via a change in memory retention, or a change in the serializability of D (as seen in the wild in Shapeless: milessabin/shapeless@ac12155)
I'm not really sure why we need an outer pointer at all for a local class such as D.
The text was updated successfully, but these errors were encountered:
This difference is observable via a change in memory retention, or a change in the serializability of D (as seen in the wild in Shapeless: milessabin/shapeless@ac12155)
I'm not really sure why we need an outer pointer at all for a local class such as D.
The text was updated successfully, but these errors were encountered: