summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
Diffstat (limited to 'sources')
-rw-r--r--sources/scalac/symtab/classfile/UnPickle.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/scalac/symtab/classfile/UnPickle.java b/sources/scalac/symtab/classfile/UnPickle.java
index 8b824524d8..95422a38b9 100644
--- a/sources/scalac/symtab/classfile/UnPickle.java
+++ b/sources/scalac/symtab/classfile/UnPickle.java
@@ -516,6 +516,7 @@ public class UnPickle implements Kinds, Modifiers, EntryTags, TypeTags {
case THIStpe: return "THIStpe";
case SINGLEtpe: return "SINGLEtpe";
case TYPEREFtpe: return "TYPEREFtpe";
+ case CONSTANTtpe: return "CONSTANTtpe";
case COMPOUNDtpe: return "COMPOUNDtpe";
case METHODtpe: return "METHODtpe";
case POLYtpe: return "POLYtpe";