summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/EntryTags.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scalac/symtab/EntryTags.java')
-rw-r--r--sources/scalac/symtab/EntryTags.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/scalac/symtab/EntryTags.java b/sources/scalac/symtab/EntryTags.java
index ed1d089641..41e71464ac 100644
--- a/sources/scalac/symtab/EntryTags.java
+++ b/sources/scalac/symtab/EntryTags.java
@@ -20,8 +20,8 @@ public interface EntryTags {
* | 5 ALIASsym len_Nat SymbolInfo
* | 6 CLASSsym len_Nat SymbolInfo thistype_Ref constrsym_Ref
* | 7 VALsym len_Nat SymbolInfo [classsym_Ref]
- * | 8 TERMref len_Nat name_Ref [owner_Ref]
- * | 9 TYPEref len_Nat name_Ref [owner_Ref]
+ * | 8 EXTref len_Nat name_Ref [owner_Ref]
+ * | 9 EXTMODCLASSref len_Nat name_Ref [owner_Ref]
* | 10 NOtpe len_Nat
* | 11 THIStpe len_Nat sym_Ref
* | 12 SINGLEtpe len_Nat type_Ref sym_Ref
@@ -45,8 +45,8 @@ public interface EntryTags {
ALIASsym = 5,
CLASSsym = 6,
VALsym = 7,
- TERMref = 8,
- TYPEref = 9,
+ EXTref = 8,
+ EXTMODCLASSref = 9,
NOtpe = 10,
THIStpe = 11,
SINGLEtpe = 12,