Skip to content

Commit 8ac046d

Browse files
committed
Fix Tasty printing for ENUM
1 parent d668ebc commit 8ac046d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ object TastyFormat {
526526
case STATIC => "STATIC"
527527
case OBJECT => "OBJECT"
528528
case TRAIT => "TRAIT"
529+
case ENUM => "ENUM"
529530
case LOCAL => "LOCAL"
530531
case SYNTHETIC => "SYNTHETIC"
531532
case ARTIFACT => "ARTIFACT"

0 commit comments

Comments
 (0)