summaryrefslogtreecommitdiff
path: root/sources/scalac/atree
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scalac/atree')
-rw-r--r--sources/scalac/atree/AConstant.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/scalac/atree/AConstant.java b/sources/scalac/atree/AConstant.java
index 2dcc80bbaf..12c58d5889 100644
--- a/sources/scalac/atree/AConstant.java
+++ b/sources/scalac/atree/AConstant.java
@@ -14,6 +14,8 @@ import scalac.symtab.Symbol;
/** This class represents a constant. */
public class AConstant {
+ public static final AConstant[] EMPTY_ARRAY = new AConstant[0];
+
//########################################################################
// Public Cases