aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/annotation/internal/Repeated.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/annotation/internal/Repeated.scala')
-rw-r--r--src/dotty/annotation/internal/Repeated.scala10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/dotty/annotation/internal/Repeated.scala b/src/dotty/annotation/internal/Repeated.scala
deleted file mode 100644
index 24adc051f..000000000
--- a/src/dotty/annotation/internal/Repeated.scala
+++ /dev/null
@@ -1,10 +0,0 @@
-package dotty.annotation.internal
-
-import scala.annotation.Annotation
-
-/** An annotation produced by desugaring to indicate that a
- * sequence is a repeated parameter. I.e.
- *
- * T* is expanded by Desugar to Seq[T] @Repeated
- */
-final class Repeated() extends Annotation