aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/annotation/internal/Child.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-03-14 17:39:03 +0100
committerMartin Odersky <odersky@gmail.com>2013-03-14 17:39:03 +0100
commit0d2fd0fd49fb1b6d4ab344ae32da493b36c99ba7 (patch)
tree25b4879b846ede6513331f9c1bbd5c480f37c833 /src/dotty/annotation/internal/Child.scala
parent016a60cda879f9c326d3f732fe33ec070f998999 (diff)
downloaddotty-0d2fd0fd49fb1b6d4ab344ae32da493b36c99ba7.tar.gz
dotty-0d2fd0fd49fb1b6d4ab344ae32da493b36c99ba7.tar.bz2
dotty-0d2fd0fd49fb1b6d4ab344ae32da493b36c99ba7.zip
Defining standard dotty classes used in Definitions.
Diffstat (limited to 'src/dotty/annotation/internal/Child.scala')
-rw-r--r--src/dotty/annotation/internal/Child.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dotty/annotation/internal/Child.scala b/src/dotty/annotation/internal/Child.scala
new file mode 100644
index 000000000..9c2f83d7b
--- /dev/null
+++ b/src/dotty/annotation/internal/Child.scala
@@ -0,0 +1,7 @@
+package dotty.annotation.internal
+
+import scala.annotation.Annotation
+
+class Child[T] extends Annotation {
+
+} \ No newline at end of file