summaryrefslogtreecommitdiff
path: root/src/library/scala/volatile.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/volatile.scala')
-rw-r--r--src/library/scala/volatile.scala12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/library/scala/volatile.scala b/src/library/scala/volatile.scala
new file mode 100644
index 0000000000..905d95371e
--- /dev/null
+++ b/src/library/scala/volatile.scala
@@ -0,0 +1,12 @@
+/* __ *\
+** ________ ___ / / ___ Scala API **
+** / __/ __// _ | / / / _ | (c) 2003-2004, LAMP/EPFL **
+** __\ \/ /__/ __ |/ /__/ __ | **
+** /____/\___/_/ |_/____/_/ | | **
+** |/ **
+** $Id:volatile.scala 5359 2005-12-16 16:33:49 +0100 (Fri, 16 Dec 2005) dubochet $
+\* */
+
+package scala;
+
+class volatile extends Attribute {}