We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f22410 commit e61797eCopy full SHA for e61797e
library/src-bootstrapped/scala/internal/TypeBox.scala
@@ -0,0 +1,5 @@
1
+package scala.internal
2
+
3
+final abstract class TypeBox[-L, +U] {
4
+ type CAP >: L <: U
5
+}
0 commit comments