summaryrefslogtreecommitdiff
path: root/src/dotnet-library/scala/reflect/TypedCode.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotnet-library/scala/reflect/TypedCode.scala')
-rw-r--r--src/dotnet-library/scala/reflect/TypedCode.scala15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/dotnet-library/scala/reflect/TypedCode.scala b/src/dotnet-library/scala/reflect/TypedCode.scala
new file mode 100644
index 0000000000..0833fb204e
--- /dev/null
+++ b/src/dotnet-library/scala/reflect/TypedCode.scala
@@ -0,0 +1,15 @@
+/* __ *\
+** ________ ___ / / ___ Scala API **
+** / __/ __// _ | / / / _ | (c) 2002-2006, LAMP/EPFL **
+** __\ \/ /__/ __ |/ /__/ __ | **
+** /____/\___/_/ |_/____/_/ | | **
+** |/ **
+\* */
+
+// $Id$
+
+
+package scala.reflect
+
+// This file is OBSOLETE, delete when build bootstraps without it
+class TypedCode[T](val code: Any)