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
{{ message }}
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
Case classes with companion objects are sometimes not recognized by Jacks. It seems that the problem is in ScalaTypeSig.cls computation — it selects the first available ClassSymbol, but the first one is something synthetic generated by a companion object. Here is a list of class symbols I have:
Case classes with companion objects are sometimes not recognized by Jacks. It seems that the problem is in
ScalaTypeSig.cls
computation — it selects the first availableClassSymbol
, but the first one is something synthetic generated by a companion object. Here is a list of class symbols I have:I use scala 2.10.4, jacks 2.3.3.
The text was updated successfully, but these errors were encountered: