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
Increase the counter while looking for the ScalaSignature annotation
Scala classfiles have a `Scala` classfile attribute as a marker. The
pickle is stored in the `ScalaSignature` RuntimeVisibleAnnotation.
After seeing the marker attribute, we traverse the annotations until
finding the signature. But in case the classfile doesn't actually have
the signature annotation, the loop would overflow.
0 commit comments