apm <at> mara:~/projects/scala-pick/test$ ../build/pack/bin/scalac -Xexperimental -d /tmp files/run/virtpatmat_opt_sharing.scala
files/run/virtpatmat_opt_sharing.scala:4: warning: match may not be exhaustive.
It would fail on the following inputs: List((x: Int forSome x not in 1), 3, _), List(_, (x: Int forSome x not in 3), _), List(_, (x: Int forSome x not in 3), _, (x: Int forSome x not in (5, 6))), List(_, (x: Int forSome x not in 3), _, (x: Int forSome x not in (6, 7))), List(_, (x: Int forSome x not in 3), _, (x: Int forSome x not in 6)), List(_, (x: Int forSome x not in 3), _, 6), List(_, (x: Int forSome x not in 3), _, ??), List(_, _, (x: Int forSome x not in 4))
List(1, 3, 4, 7) match {
^
one warning found
apm <at> mara:~/projects/scala-pick/test$ ../build/pack/bin/scalac -Xexperimental -d /tmp files/run/virtpatmat_opt_sharing.scala
files/run/virtpatmat_opt_sharing.scala:4: warning: match may not be exhaustive.
It would fail on the following inputs: List((x: Int forSome x not in 1), 3, 4, (x: Int forSome x not in (5, 6))), List(_, (x: Int forSome x not in 3), _, _), List(_, 3, (x: Int forSome x not in 4), (x: Int forSome x not in (5, 6, 7))), List(_, 3, 4, (x: Int forSome x not in (5, 6, 7)))
List(1, 3, 4, 7) match {
^
one warning found
apm <at> mara:~/projects/scala-pick/test$ ../build/pack/bin/scalac -Xexperimental -d /tmp files/run/virtpatmat_opt_sharing.scala
files/run/virtpatmat_opt_sharing.scala:4: warning: match may not be exhaustive.
It would fail on the following inputs: List(1, (x: Int forSome x not in 3), 4, 5), List(_, (x: Int forSome x not in 3), 4, 7), List(_, _, (x: Int forSome x not in 4)), List(_, _, (x: Int forSome x not in 4), _), List(_, _, 4, (x: Int forSome x not in (5, 6, 7)))
List(1, 3, 4, 7) match {
^