Closed
Description
The following waring is generated while testing.
[warn] /home/b1swanath/code/scala-xml/src/test/scala/scala/xml/ReuseNodesTest.scala:86: match may not be exhaustive.
[warn] It would fail on the following inputs: (List(_), Nil), (Nil, List(_))
[warn] (original.toList,transformed.toList) match {
[warn] ^
[warn] one warning found
How to reproduce,
do "sbt clean" followed by "sbt test".
Metadata
Metadata
Assignees
Labels
No labels