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
Hi~ I'm trying to use NewType in a Scala 2.12 project and found that the example on the micro site about Defining Operators On New Types doesn't compile. The last working version is 1.0.0RC15. The compiler error is something like
value next is not a member of SequenceNumber
sequenceNumber.next
Scala version: 2.12.19
The text was updated successfully, but these errors were encountered:
Seems like this issue has been highlighted in #949 (comment) before, I hope there is a way to fix that since -Xsource is not recommended for production code.
Hi~ I'm trying to use
NewType
in a Scala 2.12 project and found that the example on the micro site about Defining Operators On New Types doesn't compile. The last working version is 1.0.0RC15. The compiler error is something likeScala version: 2.12.19
The text was updated successfully, but these errors were encountered: