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 d668ebc commit 8ac046dCopy full SHA for 8ac046d
compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala
@@ -526,6 +526,7 @@ object TastyFormat {
526
case STATIC => "STATIC"
527
case OBJECT => "OBJECT"
528
case TRAIT => "TRAIT"
529
+ case ENUM => "ENUM"
530
case LOCAL => "LOCAL"
531
case SYNTHETIC => "SYNTHETIC"
532
case ARTIFACT => "ARTIFACT"
0 commit comments