Skip to content

Commit f662c81

Browse files
committed
Make NonEmptyTuple sealed.
1 parent f2a4335 commit f662c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src-bootstrapped/scala/Tuple.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ object Tuple {
307307
}
308308
}
309309

310-
abstract trait NonEmptyTuple extends Tuple {
310+
sealed trait NonEmptyTuple extends Tuple {
311311
import Tuple._
312312
import NonEmptyTuple._
313313

0 commit comments

Comments
 (0)