summaryrefslogtreecommitdiff
path: root/src/dotnet-library
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-06-20 16:55:48 +0000
committerPaul Phillips <paulp@improving.org>2009-06-20 16:55:48 +0000
commit8cf7228f8c1e11d67f4b7053b4ff2772e2bd79fc (patch)
tree0517282d9e1beb8330a694617504795d6ae2f6c4 /src/dotnet-library
parent533764a7180c005024e997246a56ee9fce337bb5 (diff)
downloadscala-8cf7228f8c1e11d67f4b7053b4ff2772e2bd79fc.tar.gz
scala-8cf7228f8c1e11d67f4b7053b4ff2772e2bd79fc.tar.bz2
scala-8cf7228f8c1e11d67f4b7053b4ff2772e2bd79fc.zip
Created DelayedLazyVal for your def/val hybrid ...
Created DelayedLazyVal for your def/val hybrid needs.
Diffstat (limited to 'src/dotnet-library')
-rw-r--r--src/dotnet-library/scala/concurrent/DelayedLazyVal.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotnet-library/scala/concurrent/DelayedLazyVal.scala b/src/dotnet-library/scala/concurrent/DelayedLazyVal.scala
new file mode 100644
index 0000000000..66ec24f8eb
--- /dev/null
+++ b/src/dotnet-library/scala/concurrent/DelayedLazyVal.scala
@@ -0,0 +1 @@
+/* DelayedLazyVal does not exist for the dotnet target */