We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f0786 commit 323d228Copy full SHA for 323d228
library/src/scala/EnumValue.scala
@@ -1,6 +1,6 @@
1
package scala
2
3
-trait EnumValue extends Product:
+trait EnumValue extends Product, Serializable:
4
override def canEqual(that: Any) = true
5
override def productArity: Int = 0
6
override def productPrefix: String = toString
0 commit comments