From d68d41ec0a7fecdff51fc52cd6965b122ace536e Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 9 Feb 2004 15:29:45 +0000 Subject: - Added constant EMPTY_ARRAY --- sources/scalac/atree/ACode.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sources/scalac/atree') diff --git a/sources/scalac/atree/ACode.java b/sources/scalac/atree/ACode.java index 609bb03dea..3e65d41829 100644 --- a/sources/scalac/atree/ACode.java +++ b/sources/scalac/atree/ACode.java @@ -14,6 +14,11 @@ import scalac.symtab.Type; /** This class represents attributed code. */ public class ACode { + //######################################################################## + // Public Constants + + public static final ACode[] EMPTY_ARRAY = new ACode[0]; + //######################################################################## // Public Cases -- cgit v1.2.3