summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2009-05-16 09:15:52 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2009-05-16 09:15:52 +0000
commit2068560890ff96121befe4e3eaf40f2f46860cd6 (patch)
tree0a2f575cd9306d3139749bb918c40f1a198b02ca /src/library
parent6402ff311c6f44f27f69087aa759740f191f0704 (diff)
downloadscala-2068560890ff96121befe4e3eaf40f2f46860cd6.tar.gz
scala-2068560890ff96121befe4e3eaf40f2f46860cd6.tar.bz2
scala-2068560890ff96121befe4e3eaf40f2f46860cd6.zip
fixed .net build
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/Predef.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library/scala/Predef.scala b/src/library/scala/Predef.scala
index 600ea56dd3..c1a7024117 100644
--- a/src/library/scala/Predef.scala
+++ b/src/library/scala/Predef.scala
@@ -58,6 +58,7 @@ object Predef {
type IllegalArgumentException = java.lang.IllegalArgumentException
type NoSuchElementException = java.util.NoSuchElementException
type NumberFormatException = java.lang.NumberFormatException
+ type AbstractMethodError = java.lang.AbstractMethodError
// miscelleaneous -----------------------------------------------------