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
This is necessary so that enum constants come with the class not the companion object
which was in turn necessary to let the bootstrapped build pass.
Two questions:
1) It seems the bootstrapped build got confused. It seemed it compiled against the
previous ErrorMesssageID.java and ran against the ErrorMessageID.scala.
2) In any case, it would be good if enum constants were always generated at the
same place, no matter whether we extend java.lang.Enum or not.
0 commit comments