You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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".
The text was updated successfully, but these errors were encountered:
biswanaths
changed the title
Non exhaustive match waring while testing.
Non exhaustive match warning while testing.
Oct 17, 2016
The following waring is generated while testing.
How to reproduce,
do "sbt clean" followed by "sbt test".
The text was updated successfully, but these errors were encountered: