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
Following the final implementation of scala/improvement-proposals#78, we should only allow @unroll on methods that are final, or on an object (which is final), or on a finalclass.
@unroll on constructors and case classes are not affected, since the <init> and apply companion methods are already final