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.
sealed
1 parent 127b07b commit fd4317aCopy full SHA for fd4317a
library/src/scala/tasty/util/ShowSourceCode.scala
@@ -69,6 +69,7 @@ class ShowSourceCode[T <: Tasty with Singleton](tasty0: T) extends Show[T](tasty
69
70
val flags = cdef.flags
71
if (flags.isImplicit) this += "implicit "
72
+ if (flags.isSealed) this += "sealed "
73
if (flags.isFinal && !flags.isObject) this += "final "
74
if (flags.isCase) this += "case "
75
0 commit comments