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
src/test/scala/scala/xml/ReuseNodesTest.scala:86: match may not be exhaustive.
It would fail on the following inputs: (List(_), Nil), (Nil, List(_))
(original.toList,transformed.toList) match {
^
one warning found
0 commit comments