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 e22cf05 commit 2b18995Copy full SHA for 2b18995
docs/docs/reference/enums/enums.md
@@ -120,7 +120,7 @@ This trait defines a single public method, `ordinal`:
120
package scala.reflect
121
122
/** A base trait of all Scala enum definitions */
123
-super trait Enum extends Any with Product with Serializable {
+transparent trait Enum extends Any with Product with Serializable {
124
125
/** A number uniquely identifying a case of an enum */
126
def ordinal: Int
0 commit comments