Skip to content

Commit 4dfa68b

Browse files
committed
Make scala corpus cross buildable with 2.12 and 2.13 again (part 2)
1 parent f99d79b commit 4dfa68b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package scala.collection
2+
3+
object SeqFactory {
4+
// dummy to avoid FatalError when the 2.13.x pattern matcher looks up this symbol.
5+
final class UnapplySeqWrapper
6+
}

0 commit comments

Comments
 (0)