summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2004-06-23 14:44:07 +0000
committermihaylov <mihaylov@epfl.ch>2004-06-23 14:44:07 +0000
commitc48a6091ee87ca0875d4cc1d21f48b8c6830d589 (patch)
tree956be4aeed67d3821107377715c2b122edba5a3c
parent8d57fd5731d0a671edce1bb8ea9a1bb1cdc56b60 (diff)
downloadscala-c48a6091ee87ca0875d4cc1d21f48b8c6830d589.tar.gz
scala-c48a6091ee87ca0875d4cc1d21f48b8c6830d589.tar.bz2
scala-c48a6091ee87ca0875d4cc1d21f48b8c6830d589.zip
[MSIL] Added name GetType
-rw-r--r--sources/scalac/util/Names.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/scalac/util/Names.java b/sources/scalac/util/Names.java
index 2e4429861a..5cc607fa8f 100644
--- a/sources/scalac/util/Names.java
+++ b/sources/scalac/util/Names.java
@@ -195,6 +195,7 @@ public class Names {
public static final Name wait = Name.fromString("wait");
public static final Name notify = Name.fromString("notify");
public static final Name notifyAll = Name.fromString("notifyAll");
+ public static final Name GetType = Name.fromString("GetType");
public static final Name
ZNOT = encode("!"),