diff --git a/library/src/scala/annotation/internal/WithBounds.scala b/library/src/scala/annotation/internal/WithBounds.scala deleted file mode 100644 index d60ff755b912..000000000000 --- a/library/src/scala/annotation/internal/WithBounds.scala +++ /dev/null @@ -1,8 +0,0 @@ -package scala.annotation.internal - -import scala.annotation.Annotation - -/** An annotation to indicate a pair of type bounds that comes with a type. - * Used to indicate optional bounds of an opaque type - */ -class WithBounds[Lo <: AnyKind, Hi <: AnyKind] extends Annotation