Skip to content

Commit 0831ec9

Browse files
committed
Fix WithBounds in 2.12 build
1 parent 323c6a7 commit 0831ec9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package scala.annotation.internal
2+
3+
import scala.annotation.Annotation
4+
5+
/** An annotation to indicate a pair of type bounds that comes with a type.
6+
* Used to indicate optional bounds of an opaque type
7+
*/
8+
class WithBounds[Lo /*<: AnyKind*/, Hi /*<: AnyKind*/] extends Annotation

0 commit comments

Comments
 (0)