summaryrefslogtreecommitdiff
path: root/test/files/neg/xmlstart.scala
blob: dfa3444716a9be623a4ab5e15a119e4f87c7ad26 (plain) (blame)
1
2
3
4
case object AClass {
    val hello = 3;
    val aTest = 3 <hello ; //XML start!
}