Skip to content

Commit e61797e

Browse files
committed
Add missing library file
1 parent 9f22410 commit e61797e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)