From 5b39e1e56a45f660f1fbd10886e89780c0e0f61b Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Wed, 13 Aug 2008 12:55:01 +0000 Subject: temporarly disabling OpenHashMap on .NET. --- src/dotnet-library/scala/collection/mutable/OpenHashMap.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/dotnet-library/scala/collection/mutable/OpenHashMap.scala (limited to 'src/dotnet-library') diff --git a/src/dotnet-library/scala/collection/mutable/OpenHashMap.scala b/src/dotnet-library/scala/collection/mutable/OpenHashMap.scala new file mode 100644 index 0000000000..df3bcaded6 --- /dev/null +++ b/src/dotnet-library/scala/collection/mutable/OpenHashMap.scala @@ -0,0 +1,4 @@ +/** OpenHashMap.scala currently doesn't work on .NET because of a bug. + * Remove this file once the ticket is closed. + * http://lampsvn.epfl.ch/trac/scala/ticket/1218 + */ -- cgit v1.2.3