Skip to content

Commit fd4317a

Browse files
committed
Add sealed
1 parent 127b07b commit fd4317a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/scala/tasty/util/ShowSourceCode.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class ShowSourceCode[T <: Tasty with Singleton](tasty0: T) extends Show[T](tasty
6969

7070
val flags = cdef.flags
7171
if (flags.isImplicit) this += "implicit "
72+
if (flags.isSealed) this += "sealed "
7273
if (flags.isFinal && !flags.isObject) this += "final "
7374
if (flags.isCase) this += "case "
7475

0 commit comments

Comments
 (0)