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
-- [E008] Member Not Found Error: shared/src/test/scala/scala/xml/NodeSeqTest.scala:47:4
46 | val exp = <a>Hello</a><b>Hi</b>
47 | assertEquals(exp, res)
| ^
| value assertEquals is not a member of scala.xml.NodeBuffer
-- [E045] Cyclic Error: shared/src/test/scala/scala/xml/NodeSeqTest.scala:47:17
47 | assertEquals(exp, res)
| ^
| Recursive value exp needs type
0 commit comments