summaryrefslogtreecommitdiff
path: root/test/files/neg/t3769.check
blob: 7537ed2ddf86145c101d8a2982f70756f6805f77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
t3769.scala:2: error: in XML literal: expected closing tag of a
  val x = <b> <c><a></c> {"text"} </b>
                       ^
t3769.scala:2: error: start tag was here: a>
  val x = <b> <c><a></c> {"text"} </b>
                  ^
t3769.scala:2: error: ';' expected but '{' found.
  val x = <b> <c><a></c> {"text"} </b>
                         ^
three errors found