From 0eaa0f7cd719138b49dcb8f150224fa4ebb9ed78 Mon Sep 17 00:00:00 2001 From: bishabosha Date: Fri, 20 Nov 2020 16:51:39 +0100 Subject: [PATCH] remove WithBounds annotation --- library/src/scala/annotation/internal/WithBounds.scala | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 library/src/scala/annotation/internal/WithBounds.scala 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