summaryrefslogtreecommitdiff
path: root/src/dotnet-library
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-08-06 08:17:35 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-08-06 08:17:35 +0000
commit9c72f1a023ce52685ba58a6a26e18085a910ca24 (patch)
treef5b09cbedc9dcdddb0a28249e19d01c444cc495a /src/dotnet-library
parent2bb161b4076606d1aee9a8c68dcb372951667ef4 (diff)
downloadscala-9c72f1a023ce52685ba58a6a26e18085a910ca24.tar.gz
scala-9c72f1a023ce52685ba58a6a26e18085a910ca24.tar.bz2
scala-9c72f1a023ce52685ba58a6a26e18085a910ca24.zip
David's new collections can't currently be used...
David's new collections can't currently be used on .NET.
Diffstat (limited to 'src/dotnet-library')
-rw-r--r--src/dotnet-library/scala/collection/immutable/IntMap.scala1
-rw-r--r--src/dotnet-library/scala/collection/immutable/LongMap.scala1
-rw-r--r--src/dotnet-library/scala/collection/immutable/TreeHashMap.scala1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/dotnet-library/scala/collection/immutable/IntMap.scala b/src/dotnet-library/scala/collection/immutable/IntMap.scala
new file mode 100644
index 0000000000..11c32b6354
--- /dev/null
+++ b/src/dotnet-library/scala/collection/immutable/IntMap.scala
@@ -0,0 +1 @@
+/* IntMap does not exist for the dotnet target */
diff --git a/src/dotnet-library/scala/collection/immutable/LongMap.scala b/src/dotnet-library/scala/collection/immutable/LongMap.scala
new file mode 100644
index 0000000000..07fab46388
--- /dev/null
+++ b/src/dotnet-library/scala/collection/immutable/LongMap.scala
@@ -0,0 +1 @@
+/* LongMap does not exist for the dotnet target */
diff --git a/src/dotnet-library/scala/collection/immutable/TreeHashMap.scala b/src/dotnet-library/scala/collection/immutable/TreeHashMap.scala
new file mode 100644
index 0000000000..9590d02a32
--- /dev/null
+++ b/src/dotnet-library/scala/collection/immutable/TreeHashMap.scala
@@ -0,0 +1 @@
+/* TreeHashMap does not exist for the dotnet target */